#852C26

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

Shades of Burnt Umber #852C26

Tints of Burnt Umber #852C26

Color information

#852C26 (or 0x852C26) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 26. RGB value is (133,44,38). Sum of RGB (Red+Green+Blue) = 133+44+38=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #852C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C26 is #7AD3D9. Grayscale: #464646. Windows color (decimal): -8049626 or 2501765. OLE color: 2501765.

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

Color convert

RGB1334438-
CMYK00.670.710.48
HSL3.79º55.56%33.53%-
HSV(B)3.79º71.43%52.16%-
XYZ10.926.932.6-
YUV69.93109.99172.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=61.86%
G=20.47%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133443800.670.710.483.7955.5633.53
Hex852C26043473043822
Octal205544601031076047042
Binary10000101101100100110010000111000111110000100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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