Html Css Color HEX #852D1D Burnt Umber

📋 copy color: '#852D1D'

red 133 ◦ green 45 ◦ blue 29

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

Shades of Burnt Umber #852D1D

Tints of Burnt Umber #852D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 64.25%
G = 21.74%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#852D1D (or 0x852D1D) is known color: Burnt Umber. HEX triplet: 85, 2D and 1D. RGB value is (133,45,29). Sum of RGB (Red+Green+Blue) = 133+45+29=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D1D is #7AD2E2. Grayscale: #454545. Windows color (decimal): -8049379 or 1912197. OLE color: 1912197.

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

Color convert

RGB 133 45 29 -
CMYK 0 0.66 0.78 0.48
HSL 9.23º 0.64% 0.32% -
HSV(B) 9.23º 0.78% 0.52% -
XYZ 10.83 6.95 1.93 -
YUV 69.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 133 45 29 0 0.66 0.78 0.48 9.23 0.64 0.32
Hex 85 2D 1D 0 42 4E 30 9 40 20
Octal 205 55 35 0 102 116 60 11 100 40
Binary 10000101 101101 11101 0 1000010 1001110 110000 1001 1000000 100000

Color Harmonies of #852D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D1D

Black with #852D1D

Text Example


Text Example

White with #852D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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