#852c1d

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

Shades of Burnt Umber #852C1D

Tints of Burnt Umber #852C1D

Color information

#852C1D (or 0x852C1D) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 1D. RGB value is (133,44,29). Sum of RGB (Red+Green+Blue) = 133+44+29=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C1D is #7AD3E2. Grayscale: #454545. Windows color (decimal): -8049635 or 1911941. OLE color: 1911941.

HSL color Cylindrical-coordinate representation of color #852C1D: hue angle of 8.65º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852C1D is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB1334429-
CMYK00.670.780.48
HSL8.65º64.2%31.76%-
HSV(B)8.65º78.2%52.16%-
XYZ10.86.881.92-
YUV68.9105.49173.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=64.56%
G=21.36%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133442900.670.780.488.6564.231.76
Hex852C1D0434E3094020
Octal20554350103116601110040
Binary100001011011001110101000011100111011000010011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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