Html Css Color HEX #852A0C Burnt Umber

📋 copy color: '#852A0C'

red 133 ◦ green 42 ◦ blue 12

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

Shades of Burnt Umber #852A0C

Tints of Burnt Umber #852A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 71.12%
G = 22.46%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#852A0C (or 0x852A0C) is known color: Burnt Umber. HEX triplet: 85, 2A and 0C. RGB value is (133,42,12). Sum of RGB (Red+Green+Blue) = 133+42+12=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #852A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A0C is #7AD5F3. Grayscale: #414141. Windows color (decimal): -8050164 or 797317. OLE color: 797317.

HSL color Cylindrical-coordinate representation of color #852A0C: hue angle of 14.88º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #852A0C is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 42 12 -
CMYK 0 0.68 0.91 0.48
HSL 14.88º 0.83% 0.28% -
HSV(B) 14.88º 0.91% 0.52% -
XYZ 10.57 6.67 1.08 -
YUV 65.79 97.65 175.94 -
System Red Green Blue C M Y K H S L
Decimal 133 42 12 0 0.68 0.91 0.48 14.88 0.83 0.28
Hex 85 2A C 0 44 5B 30 F 53 1C
Octal 205 52 14 0 104 133 60 17 123 34
Binary 10000101 101010 1100 0 1000100 1011011 110000 1111 1010011 11100

Color Harmonies of #852A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A0C

Black with #852A0C

Text Example


Text Example

White with #852A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,42,12); }

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

background-color css

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

 a { background-color: rgb(133,42,12); }

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

border-color css

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

 span { border-color: rgb(133,42,12); }

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