Html Css Color HEX #852C12 Burnt Umber

📋 copy color: '#852C12'

red 133 ◦ green 44 ◦ blue 18

#852C12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #852C12

Tints of Burnt Umber #852C12

RGB

 RED value IS 133 (52.34% from 255) = 68.21%

 GREEN value IS 44 (17.58% from 255) = 22.56%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 68.21%
G = 22.56%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#852C12 (or 0x852C12) is known color: Burnt Umber. HEX triplet: 85, 2C and 12. RGB value is (133,44,18). Sum of RGB (Red+Green+Blue) = 133+44+18=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #852C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C12 is #7AD3ED. Grayscale: #434343. Windows color (decimal): -8049646 or 1191045. OLE color: 1191045.

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

Color convert

RGB 133 44 18 -
CMYK 0 0.67 0.86 0.48
HSL 13.57º 0.76% 0.3% -
HSV(B) 13.57º 0.86% 0.52% -
XYZ 10.68 6.83 1.33 -
YUV 67.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 133 44 18 0 0.67 0.86 0.48 13.57 0.76 0.3
Hex 85 2C 12 0 43 56 30 E 4C 1E
Octal 205 54 22 0 103 126 60 16 114 36
Binary 10000101 101100 10010 0 1000011 1010110 110000 1110 1001100 11110

Color Harmonies of #852C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C12

Black with #852C12

Text Example


Text Example

White with #852C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #852C12;
 }
 .AnyTagClassName
 {
   color: #852C12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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