Html Css Color HEX #8C2C24 Burnt Umber

📋 copy color: '#8C2C24'

red 140 ◦ green 44 ◦ blue 36

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

Shades of Burnt Umber #8C2C24

Tints of Burnt Umber #8C2C24

RGB

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

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

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

R = 63.64%
G = 20%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C2C24 (or 0x8C2C24) is known color: Burnt Umber. HEX triplet: 8C, 2C and 24. RGB value is (140,44,36). Sum of RGB (Red+Green+Blue) = 140+44+36=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C24 is #73D3DB. Grayscale: #474747. Windows color (decimal): -7590876 or 2370700. OLE color: 2370700.

HSL color Cylindrical-coordinate representation of color #8C2C24: hue angle of 4.62º 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 #8C2C24 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 44 36 -
CMYK 0 0.69 0.74 0.45
HSL 4.62º 0.59% 0.35% -
HSV(B) 4.62º 0.74% 0.55% -
XYZ 12.03 7.5 2.48 -
YUV 71.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 140 44 36 0 0.69 0.74 0.45 4.62 0.59 0.35
Hex 8C 2C 24 0 45 4A 2D 5 3B 23
Octal 214 54 44 0 105 112 55 5 73 43
Binary 10001100 101100 100100 0 1000101 1001010 101101 101 111011 100011

Color Harmonies of #8C2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2C24

Black with #8C2C24

Text Example


Text Example

White with #8C2C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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