Html Css Color HEX #8C2A1E Burnt Umber

📋 copy color: '#8C2A1E'

red 140 ◦ green 42 ◦ blue 30

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

Shades of Burnt Umber #8C2A1E

Tints of Burnt Umber #8C2A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.15%

R = 66.04%
G = 19.81%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C2A1E (or 0x8C2A1E) is known color: Burnt Umber. HEX triplet: 8C, 2A and 1E. RGB value is (140,42,30). Sum of RGB (Red+Green+Blue) = 140+42+30=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2A1E is #73D5E1. Grayscale: #464646. Windows color (decimal): -7591394 or 1976972. OLE color: 1976972.

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

Color convert

RGB 140 42 30 -
CMYK 0 0.7 0.79 0.45
HSL 6.55º 0.65% 0.33% -
HSV(B) 6.55º 0.79% 0.55% -
XYZ 11.88 7.33 2.02 -
YUV 69.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 140 42 30 0 0.7 0.79 0.45 6.55 0.65 0.33
Hex 8C 2A 1E 0 46 4F 2D 7 41 21
Octal 214 52 36 0 106 117 55 7 101 41
Binary 10001100 101010 11110 0 1000110 1001111 101101 111 1000001 100001

Color Harmonies of #8C2A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2A1E

Black with #8C2A1E

Text Example


Text Example

White with #8C2A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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