Html Css Color HEX #8C3218 Burnt Umber

📋 copy color: '#8C3218'

red 140 ◦ green 50 ◦ blue 24

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

Shades of Burnt Umber #8C3218

Tints of Burnt Umber #8C3218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.21%

R = 65.42%
G = 23.36%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C3218 (or 0x8C3218) is known color: Burnt Umber. HEX triplet: 8C, 32 and 18. RGB value is (140,50,24). Sum of RGB (Red+Green+Blue) = 140+50+24=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3218 is #73CDE7. Grayscale: #4A4A4A. Windows color (decimal): -7589352 or 1585804. OLE color: 1585804.

HSL color Cylindrical-coordinate representation of color #8C3218: hue angle of 13.45º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C3218 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 50 24 -
CMYK 0 0.64 0.83 0.45
HSL 13.45º 0.71% 0.32% -
HSV(B) 13.45º 0.83% 0.55% -
XYZ 12.12 7.92 1.75 -
YUV 73.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 140 50 24 0 0.64 0.83 0.45 13.45 0.71 0.32
Hex 8C 32 18 0 40 53 2D D 47 20
Octal 214 62 30 0 100 123 55 15 107 40
Binary 10001100 110010 11000 0 1000000 1010011 101101 1101 1000111 100000

Color Harmonies of #8C3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3218

Black with #8C3218

Text Example


Text Example

White with #8C3218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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