Html Css Color HEX #852D11 Burnt Umber

📋 copy color: '#852D11'

red 133 ◦ green 45 ◦ blue 17

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

Shades of Burnt Umber #852D11

Tints of Burnt Umber #852D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 68.21%
G = 23.08%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#852D11 (or 0x852D11) is known color: Burnt Umber. HEX triplet: 85, 2D and 11. RGB value is (133,45,17). Sum of RGB (Red+Green+Blue) = 133+45+17=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #852D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D11 is #7AD2EE. Grayscale: #444444. Windows color (decimal): -8049391 or 1125765. OLE color: 1125765.

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

Color convert

RGB 133 45 17 -
CMYK 0 0.66 0.87 0.48
HSL 14.48º 0.77% 0.29% -
HSV(B) 14.48º 0.87% 0.52% -
XYZ 10.71 6.9 1.3 -
YUV 68.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 133 45 17 0 0.66 0.87 0.48 14.48 0.77 0.29
Hex 85 2D 11 0 42 57 30 E 4D 1D
Octal 205 55 21 0 102 127 60 16 115 35
Binary 10000101 101101 10001 0 1000010 1010111 110000 1110 1001101 11101

Color Harmonies of #852D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D11

Black with #852D11

Text Example


Text Example

White with #852D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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