#7E4202

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

Shades of Raw Umber #7E4202

Tints of Raw Umber #7E4202

Color information

#7E4202 (or 0x7E4202) is unknown color: approx Raw Umber. HEX triplet: 7E, 42 and 02. RGB value is (126,66,2). Sum of RGB (Red+Green+Blue) = 126+66+2=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4202 is #81BDFD. Grayscale: #4C4C4C. Windows color (decimal): -8502782 or 148094. OLE color: 148094.

HSL color Cylindrical-coordinate representation of color #7E4202: hue angle of 30.97º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7E4202 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB126662-
CMYK00.480.980.51
HSL30.97º96.88%25.1%-
HSV(B)30.97º98.41%49.41%-
XYZ10.568.341.11-
YUV76.6485.88163.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 64.95%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=64.95%
G=34.02%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12666200.480.980.5130.9796.8825.1
Hex7E42203062331f6119
Octal1761022060142633714131
Binary11111101000010100110000110001011001111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,66,2); }

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

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

 a { background-color: rgb(126,66,2); }

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

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

 span { border-color: rgb(126,66,2); }

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