Html Css Color HEX #8C2A10 Burnt Umber

📋 copy color: '#8C2A10'

red 140 ◦ green 42 ◦ blue 16

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

Shades of Burnt Umber #8C2A10

Tints of Burnt Umber #8C2A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.21%

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 70.71%
G = 21.21%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C2A10 (or 0x8C2A10) is known color: Burnt Umber. HEX triplet: 8C, 2A and 10. RGB value is (140,42,16). Sum of RGB (Red+Green+Blue) = 140+42+16=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2A10 is #73D5EF. Grayscale: #444444. Windows color (decimal): -7591408 or 1059468. OLE color: 1059468.

HSL color Cylindrical-coordinate representation of color #8C2A10: hue angle of 12.58º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C2A10 is Cyan = 0, Magento = 0.7, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 42 16 -
CMYK 0 0.7 0.89 0.45
HSL 12.58º 0.79% 0.31% -
HSV(B) 12.58º 0.89% 0.55% -
XYZ 11.74 7.27 1.27 -
YUV 68.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 140 42 16 0 0.7 0.89 0.45 12.58 0.79 0.31
Hex 8C 2A 10 0 46 59 2D D 4F 1F
Octal 214 52 20 0 106 131 55 15 117 37
Binary 10001100 101010 10000 0 1000110 1011001 101101 1101 1001111 11111

Color Harmonies of #8C2A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2A10

Black with #8C2A10

Text Example


Text Example

White with #8C2A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,42,16); }

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

background-color css

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

 a { background-color: rgb(140,42,16); }

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

border-color css

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

 span { border-color: rgb(140,42,16); }

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