Html Css Color HEX #8C2D24 Burnt Umber

📋 copy color: '#8C2D24'

red 140 ◦ green 45 ◦ blue 36

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

Shades of Burnt Umber #8C2D24

Tints of Burnt Umber #8C2D24

RGB

 RED value IS 140 (55.08% from 255) = 63.35%

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

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 63.35%
G = 20.36%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C2D24 (or 0x8C2D24) is known color: Burnt Umber. HEX triplet: 8C, 2D and 24. RGB value is (140,45,36). Sum of RGB (Red+Green+Blue) = 140+45+36=221 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.35% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D24 is #73D2DB. Grayscale: #484848. Windows color (decimal): -7590620 or 2370956. OLE color: 2370956.

HSL color Cylindrical-coordinate representation of color #8C2D24: hue angle of 5.19º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2D24 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 45 36 -
CMYK 0 0.68 0.74 0.45
HSL 5.19º 0.59% 0.35% -
HSV(B) 5.19º 0.74% 0.55% -
XYZ 12.07 7.58 2.5 -
YUV 72.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 140 45 36 0 0.68 0.74 0.45 5.19 0.59 0.35
Hex 8C 2D 24 0 44 4A 2D 5 3B 23
Octal 214 55 44 0 104 112 55 5 73 43
Binary 10001100 101101 100100 0 1000100 1001010 101101 101 111011 100011

Color Harmonies of #8C2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2D24

Black with #8C2D24

Text Example


Text Example

White with #8C2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2D24; }

 p { color: rgb(140,45,36); }

 H1.HeaderClassName
 {
   color: #8C2D24;
 }
 .AnyTagClassName
 {
   color: #8C2D24;
 }
</style>

background-color css

<style>
 a { background-color: #8C2D24; }

 a { background-color: rgb(140,45,36); }

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

border-color css

<style>
 span { border-color: #8C2D24; }

 span { border-color: rgb(140,45,36); }

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