#7E4205

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

Shades of Raw Umber #7E4205

Tints of Raw Umber #7E4205

Color information

#7E4205 (or 0x7E4205) is unknown color: approx Raw Umber. HEX triplet: 7E, 42 and 05. RGB value is (126,66,5). Sum of RGB (Red+Green+Blue) = 126+66+5=197 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.96% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4205 is #81BDFA. Grayscale: #4D4D4D. Windows color (decimal): -8502779 or 344702. OLE color: 344702.

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

Color convert

RGB126665-
CMYK00.480.960.51
HSL30.25º92.37%25.69%-
HSV(B)30.25º96.03%49.41%-
XYZ10.588.341.2-
YUV76.9987.38162.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 63.96%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=63.96%
G=33.50%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12666500.480.960.5130.2592.3725.69
Hex7E42503060331e5c1a
Octal1761025060140633613432
Binary111111010000101010110000110000011001111110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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