Html Css Color HEX #852D1C Burnt Umber

📋 copy color: '#852D1C'

red 133 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #852D1C

Tints of Burnt Umber #852D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.59%

R = 64.56%
G = 21.84%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#852D1C (or 0x852D1C) is known color: Burnt Umber. HEX triplet: 85, 2D and 1C. RGB value is (133,45,28). Sum of RGB (Red+Green+Blue) = 133+45+28=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D1C is #7AD2E3. Grayscale: #454545. Windows color (decimal): -8049380 or 1846661. OLE color: 1846661.

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

Color convert

RGB 133 45 28 -
CMYK 0 0.66 0.79 0.48
HSL 9.71º 0.65% 0.32% -
HSV(B) 9.71º 0.79% 0.52% -
XYZ 10.82 6.95 1.87 -
YUV 69.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 133 45 28 0 0.66 0.79 0.48 9.71 0.65 0.32
Hex 85 2D 1C 0 42 4F 30 A 41 20
Octal 205 55 34 0 102 117 60 12 101 40
Binary 10000101 101101 11100 0 1000010 1001111 110000 1010 1000001 100000

Color Harmonies of #852D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D1C

Black with #852D1C

Text Example


Text Example

White with #852D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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