Html Css Color HEX #852D0E Burnt Umber

📋 copy color: '#852D0E'

red 133 ◦ green 45 ◦ blue 14

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

Shades of Burnt Umber #852D0E

Tints of Burnt Umber #852D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 69.27%
G = 23.44%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#852D0E (or 0x852D0E) is known color: Burnt Umber. HEX triplet: 85, 2D and 0E. RGB value is (133,45,14). Sum of RGB (Red+Green+Blue) = 133+45+14=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #852D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D0E is #7AD2F1. Grayscale: #434343. Windows color (decimal): -8049394 or 929157. OLE color: 929157.

HSL color Cylindrical-coordinate representation of color #852D0E: hue angle of 15.63º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #852D0E is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 14 -
CMYK 0 0.66 0.89 0.48
HSL 15.63º 0.81% 0.29% -
HSV(B) 15.63º 0.89% 0.52% -
XYZ 10.69 6.9 1.18 -
YUV 67.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 133 45 14 0 0.66 0.89 0.48 15.63 0.81 0.29
Hex 85 2D E 0 42 59 30 10 51 1D
Octal 205 55 16 0 102 131 60 20 121 35
Binary 10000101 101101 1110 0 1000010 1011001 110000 10000 1010001 11101

Color Harmonies of #852D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D0E

Black with #852D0E

Text Example


Text Example

White with #852D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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