#852F1B

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

Shades of Burnt Umber #852F1B

Tints of Burnt Umber #852F1B

Color information

#852F1B (or 0x852F1B) is unknown color: approx Burnt Umber. HEX triplet: 85, 2F and 1B. RGB value is (133,47,27). Sum of RGB (Red+Green+Blue) = 133+47+27=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F1B is #7AD0E4. Grayscale: #464646. Windows color (decimal): -8048869 or 1781637. OLE color: 1781637.

HSL color Cylindrical-coordinate representation of color #852F1B: hue angle of 11.32º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852F1B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1334727-
CMYK00.650.800.48
HSL11.32º66.25%31.37%-
HSV(B)11.32º79.7%52.16%-
XYZ10.897.11.83-
YUV70.43103.49172.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.25%
GREEN value IS 47 (18.75% from 255) = 22.71%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=64.25%
G=22.71%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133472700.650.800.4811.3266.2531.37
Hex852F1B0415030b421f
Octal20557330101120601310237
Binary10000101101111110110100000110100001100001011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,47,27); }

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

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

 a { background-color: rgb(133,47,27); }

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

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

 span { border-color: rgb(133,47,27); }

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