Html Css Color HEX #8C2910 Burnt Umber

📋 copy color: '#8C2910'

red 140 ◦ green 41 ◦ blue 16

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

Shades of Burnt Umber #8C2910

Tints of Burnt Umber #8C2910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

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

R = 71.07%
G = 20.81%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C2910 (or 0x8C2910) is known color: Burnt Umber. HEX triplet: 8C, 29 and 10. RGB value is (140,41,16). Sum of RGB (Red+Green+Blue) = 140+41+16=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2910 is #73D6EF. Grayscale: #434343. Windows color (decimal): -7591664 or 1059212. OLE color: 1059212.

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

Color convert

RGB 140 41 16 -
CMYK 0 0.71 0.89 0.45
HSL 12.1º 0.79% 0.31% -
HSV(B) 12.1º 0.89% 0.55% -
XYZ 11.7 7.2 1.26 -
YUV 67.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 140 41 16 0 0.71 0.89 0.45 12.1 0.79 0.31
Hex 8C 29 10 0 47 59 2D C 4F 1F
Octal 214 51 20 0 107 131 55 14 117 37
Binary 10001100 101001 10000 0 1000111 1011001 101101 1100 1001111 11111

Color Harmonies of #8C2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2910

Black with #8C2910

Text Example


Text Example

White with #8C2910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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