#7a3b01

Color #7A3B01 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7A3B01

Tints of Raw Umber #7A3B01

Color information

#7A3B01 (or 0x7A3B01) is unknown color: approx Raw Umber. HEX triplet: 7A, 3B and 01. RGB value is (122,59,1). Sum of RGB (Red+Green+Blue) = 122+59+1=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3B01 is #85C4FE. Grayscale: #474747. Windows color (decimal): -8766719 or 80762. OLE color: 80762.

HSL color Cylindrical-coordinate representation of color #7A3B01: hue angle of 28.76º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A3B01 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB122591-
CMYK00.520.990.52
HSL28.76º98.37%24.12%-
HSV(B)28.76º99.18%47.84%-
XYZ9.67.270.93-
YUV71.2288.37164.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 67.03%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=67.03%
G=32.42%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12259100.520.990.5228.7698.3724.12
Hex7A3B103463341d6218
Octal172731064143643514230
Binary111101011101110110100110001111010011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3b01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a3b01; }

 p { color: rgb(122,59,1); }

 H1.HeaderClassName
 {
   color: #7a3b01;
 }
 .AnyTagClassName
 {
   color: #7a3b01;
 }
</style>
background-color css

<style>
 a { background-color: #7a3b01; }

 a { background-color: rgb(122,59,1); }

 div.DivClassName
 {
   background-color: #7a3b01;
 }
 .BgClassName
 {
   background-color: #7a3b01;
 }
</style>
border-color css

<style>
 span { border-color: #7a3b01; }

 span { border-color: rgb(122,59,1); }

 td.TdClassName
 {
   border-color: #7a3b01;
 }
 .TagClassName
 {
   border-color: #7a3b01;
 }
</style>