#852D26

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

Shades of Burnt Umber #852D26

Tints of Burnt Umber #852D26

Color information

#852D26 (or 0x852D26) is unknown color: approx Burnt Umber. HEX triplet: 85, 2D and 26. RGB value is (133,45,38). Sum of RGB (Red+Green+Blue) = 133+45+38=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #852D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D26 is #7AD2D9. Grayscale: #464646. Windows color (decimal): -8049370 or 2502021. OLE color: 2502021.

HSL color Cylindrical-coordinate representation of color #852D26: hue angle of 4.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852D26 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1334538-
CMYK00.660.710.48
HSL4.42º55.56%33.53%-
HSV(B)4.42º71.43%52.16%-
XYZ10.9672.61-
YUV70.51109.65172.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=61.57%
G=20.83%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133453800.660.710.484.4255.5633.53
Hex852D26042473043822
Octal205554601021076047042
Binary10000101101101100110010000101000111110000100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852D26; }

 p { color: rgb(133,45,38); }

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

<style>
 a { background-color: #852D26; }

 a { background-color: rgb(133,45,38); }

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

<style>
 span { border-color: #852D26; }

 span { border-color: rgb(133,45,38); }

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