Html Css Color HEX #852D14 Burnt Umber

📋 copy color: '#852D14'

red 133 ◦ green 45 ◦ blue 20

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

Shades of Burnt Umber #852D14

Tints of Burnt Umber #852D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.73%

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

R = 67.17%
G = 22.73%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#852D14 (or 0x852D14) is known color: Burnt Umber. HEX triplet: 85, 2D and 14. RGB value is (133,45,20). Sum of RGB (Red+Green+Blue) = 133+45+20=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #852D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D14 is #7AD2EB. Grayscale: #444444. Windows color (decimal): -8049388 or 1322373. OLE color: 1322373.

HSL color Cylindrical-coordinate representation of color #852D14: hue angle of 13.27º 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 #852D14 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 20 -
CMYK 0 0.66 0.85 0.48
HSL 13.27º 0.74% 0.3% -
HSV(B) 13.27º 0.85% 0.52% -
XYZ 10.74 6.91 1.43 -
YUV 68.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 133 45 20 0 0.66 0.85 0.48 13.27 0.74 0.3
Hex 85 2D 14 0 42 55 30 D 4A 1E
Octal 205 55 24 0 102 125 60 15 112 36
Binary 10000101 101101 10100 0 1000010 1010101 110000 1101 1001010 11110

Color Harmonies of #852D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D14

Black with #852D14

Text Example


Text Example

White with #852D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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