#852E26

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

Shades of Burnt Umber #852E26

Tints of Burnt Umber #852E26

Color information

#852E26 (or 0x852E26) is unknown color: approx Burnt Umber. HEX triplet: 85, 2E and 26. RGB value is (133,46,38). Sum of RGB (Red+Green+Blue) = 133+46+38=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #852E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E26 is #7AD1D9. Grayscale: #474747. Windows color (decimal): -8049114 or 2502277. OLE color: 2502277.

HSL color Cylindrical-coordinate representation of color #852E26: hue angle of 5.05º 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 #852E26 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1334638-
CMYK00.650.710.48
HSL5.05º55.56%33.53%-
HSV(B)5.05º71.43%52.16%-
XYZ117.082.62-
YUV71.1109.32172.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=61.29%
G=21.20%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133463800.650.710.485.0555.5633.53
Hex852E26041473053822
Octal205564601011076057042
Binary10000101101110100110010000011000111110000101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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