#7D3526

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

Shades of Burnt Umber #7D3526

Tints of Burnt Umber #7D3526

Color information

#7D3526 (or 0x7D3526) is unknown color: approx Burnt Umber. HEX triplet: 7D, 35 and 26. RGB value is (125,53,38). Sum of RGB (Red+Green+Blue) = 125+53+38=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3526 is #82CAD9. Grayscale: #484848. Windows color (decimal): -8571610 or 2504061. OLE color: 2504061.

HSL color Cylindrical-coordinate representation of color #7D3526: hue angle of 10.34º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D3526 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB1255338-
CMYK00.580.700.51
HSL10.34º53.37%31.96%-
HSV(B)10.34º69.6%49.02%-
XYZ10.087.052.66-
YUV72.82108.35165.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.87%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=57.87%
G=24.54%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125533800.580.700.5110.3453.3731.96
Hex7D352603A4633a3520
Octal175654607210663126540
Binary1111101110101100110011101010001101100111010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,53,38); }

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

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

 a { background-color: rgb(125,53,38); }

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

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

 span { border-color: rgb(125,53,38); }

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