Html Css Color HEX #8C3224 Burnt Umber

📋 copy color: '#8C3224'

red 140 ◦ green 50 ◦ blue 36

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

Shades of Burnt Umber #8C3224

Tints of Burnt Umber #8C3224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 61.95%
G = 22.12%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C3224 (or 0x8C3224) is known color: Burnt Umber. HEX triplet: 8C, 32 and 24. RGB value is (140,50,36). Sum of RGB (Red+Green+Blue) = 140+50+36=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3224 is #73CDDB. Grayscale: #4B4B4B. Windows color (decimal): -7589340 or 2372236. OLE color: 2372236.

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

Color convert

RGB 140 50 36 -
CMYK 0 0.64 0.74 0.45
HSL 8.08º 0.59% 0.35% -
HSV(B) 8.08º 0.74% 0.55% -
XYZ 12.27 7.98 2.56 -
YUV 75.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 140 50 36 0 0.64 0.74 0.45 8.08 0.59 0.35
Hex 8C 32 24 0 40 4A 2D 8 3B 23
Octal 214 62 44 0 100 112 55 10 73 43
Binary 10001100 110010 100100 0 1000000 1001010 101101 1000 111011 100011

Color Harmonies of #8C3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3224

Black with #8C3224

Text Example


Text Example

White with #8C3224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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