Html Css Color HEX #852D1E Burnt Umber

📋 copy color: '#852D1E'

red 133 ◦ green 45 ◦ blue 30

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

Shades of Burnt Umber #852D1E

Tints of Burnt Umber #852D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.42%

R = 63.94%
G = 21.63%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#852D1E (or 0x852D1E) is known color: Burnt Umber. HEX triplet: 85, 2D and 1E. RGB value is (133,45,30). Sum of RGB (Red+Green+Blue) = 133+45+30=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #852D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D1E is #7AD2E1. Grayscale: #454545. Windows color (decimal): -8049378 or 1977733. OLE color: 1977733.

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

Color convert

RGB 133 45 30 -
CMYK 0 0.66 0.77 0.48
HSL 8.74º 0.63% 0.32% -
HSV(B) 8.74º 0.77% 0.52% -
XYZ 10.85 6.96 2 -
YUV 69.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 133 45 30 0 0.66 0.77 0.48 8.74 0.63 0.32
Hex 85 2D 1E 0 42 4D 30 9 3F 20
Octal 205 55 36 0 102 115 60 11 77 40
Binary 10000101 101101 11110 0 1000010 1001101 110000 1001 111111 100000

Color Harmonies of #852D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D1E

Black with #852D1E

Text Example


Text Example

White with #852D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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