Html Css Color HEX #852A14 Burnt Umber

📋 copy color: '#852A14'

red 133 ◦ green 42 ◦ blue 20

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

Shades of Burnt Umber #852A14

Tints of Burnt Umber #852A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 68.21%
G = 21.54%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#852A14 (or 0x852A14) is known color: Burnt Umber. HEX triplet: 85, 2A and 14. RGB value is (133,42,20). Sum of RGB (Red+Green+Blue) = 133+42+20=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #852A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A14 is #7AD5EB. Grayscale: #424242. Windows color (decimal): -8050156 or 1321605. OLE color: 1321605.

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

Color convert

RGB 133 42 20 -
CMYK 0 0.68 0.85 0.48
HSL 11.68º 0.74% 0.3% -
HSV(B) 11.68º 0.85% 0.52% -
XYZ 10.63 6.69 1.39 -
YUV 66.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 133 42 20 0 0.68 0.85 0.48 11.68 0.74 0.3
Hex 85 2A 14 0 44 55 30 C 4A 1E
Octal 205 52 24 0 104 125 60 14 112 36
Binary 10000101 101010 10100 0 1000100 1010101 110000 1100 1001010 11110

Color Harmonies of #852A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A14

Black with #852A14

Text Example


Text Example

White with #852A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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