Html Css Color HEX #852D0D Burnt Umber

📋 copy color: '#852D0D'

red 133 ◦ green 45 ◦ blue 13

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

Shades of Burnt Umber #852D0D

Tints of Burnt Umber #852D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 69.63%
G = 23.56%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#852D0D (or 0x852D0D) is known color: Burnt Umber. HEX triplet: 85, 2D and 0D. RGB value is (133,45,13). Sum of RGB (Red+Green+Blue) = 133+45+13=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #852D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D0D is #7AD2F2. Grayscale: #434343. Windows color (decimal): -8049395 or 863621. OLE color: 863621.

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

Color convert

RGB 133 45 13 -
CMYK 0 0.66 0.90 0.48
HSL 16º 0.82% 0.29% -
HSV(B) 16º 0.9% 0.52% -
XYZ 10.68 6.89 1.15 -
YUV 67.66 97.15 174.6 -
System Red Green Blue C M Y K H S L
Decimal 133 45 13 0 0.66 0.90 0.48 16 0.82 0.29
Hex 85 2D D 0 42 5A 30 10 52 1D
Octal 205 55 15 0 102 132 60 20 122 35
Binary 10000101 101101 1101 0 1000010 1011010 110000 10000 1010010 11101

Color Harmonies of #852D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D0D

Black with #852D0D

Text Example


Text Example

White with #852D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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