Html Css Color HEX #852C28 Burnt Umber

📋 copy color: '#852C28'

red 133 ◦ green 44 ◦ blue 40

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

Shades of Burnt Umber #852C28

Tints of Burnt Umber #852C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.28%

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 61.29%
G = 20.28%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#852C28 (or 0x852C28) is known color: Burnt Umber. HEX triplet: 85, 2C and 28. RGB value is (133,44,40). Sum of RGB (Red+Green+Blue) = 133+44+40=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #852C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C28 is #7AD3D7. Grayscale: #464646. Windows color (decimal): -8049624 or 2632837. OLE color: 2632837.

HSL color Cylindrical-coordinate representation of color #852C28: hue angle of 2.58º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852C28 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 40 -
CMYK 0 0.67 0.70 0.48
HSL 2.58º 0.54% 0.34% -
HSV(B) 2.58º 0.7% 0.52% -
XYZ 10.96 6.94 2.77 -
YUV 70.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 133 44 40 0 0.67 0.70 0.48 2.58 0.54 0.34
Hex 85 2C 28 0 43 46 30 3 36 22
Octal 205 54 50 0 103 106 60 3 66 42
Binary 10000101 101100 101000 0 1000011 1000110 110000 11 110110 100010

Color Harmonies of #852C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C28

Black with #852C28

Text Example


Text Example

White with #852C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,40); }

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

background-color css

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

 a { background-color: rgb(133,44,40); }

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

border-color css

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

 span { border-color: rgb(133,44,40); }

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