Html Css Color HEX #8C3324 Burnt Umber

📋 copy color: '#8C3324'

red 140 ◦ green 51 ◦ blue 36

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

Shades of Burnt Umber #8C3324

Tints of Burnt Umber #8C3324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

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

R = 61.67%
G = 22.47%
B = 15.86%

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

#8C3324 (or 0x8C3324) is known color: Burnt Umber. HEX triplet: 8C, 33 and 24. RGB value is (140,51,36). Sum of RGB (Red+Green+Blue) = 140+51+36=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3324 is #73CCDB. Grayscale: #4C4C4C. Windows color (decimal): -7589084 or 2372492. OLE color: 2372492.

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

Color convert

RGB 140 51 36 -
CMYK 0 0.64 0.74 0.45
HSL 8.65º 0.59% 0.35% -
HSV(B) 8.65º 0.74% 0.55% -
XYZ 12.32 8.07 2.58 -
YUV 75.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 140 51 36 0 0.64 0.74 0.45 8.65 0.59 0.35
Hex 8C 33 24 0 40 4A 2D 9 3B 23
Octal 214 63 44 0 100 112 55 11 73 43
Binary 10001100 110011 100100 0 1000000 1001010 101101 1001 111011 100011

Color Harmonies of #8C3324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3324

Black with #8C3324

Text Example


Text Example

White with #8C3324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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