Html Css Color HEX #8C2F11 Burnt Umber

📋 copy color: '#8C2F11'

red 140 ◦ green 47 ◦ blue 17

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

Shades of Burnt Umber #8C2F11

Tints of Burnt Umber #8C2F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 68.63%
G = 23.04%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C2F11 (or 0x8C2F11) is known color: Burnt Umber. HEX triplet: 8C, 2F and 11. RGB value is (140,47,17). Sum of RGB (Red+Green+Blue) = 140+47+17=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2F11 is #73D0EE. Grayscale: #474747. Windows color (decimal): -7590127 or 1126284. OLE color: 1126284.

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

Color convert

RGB 140 47 17 -
CMYK 0 0.66 0.88 0.45
HSL 14.63º 0.78% 0.31% -
HSV(B) 14.63º 0.88% 0.55% -
XYZ 11.93 7.65 1.38 -
YUV 71.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 140 47 17 0 0.66 0.88 0.45 14.63 0.78 0.31
Hex 8C 2F 11 0 42 58 2D F 4E 1F
Octal 214 57 21 0 102 130 55 17 116 37
Binary 10001100 101111 10001 0 1000010 1011000 101101 1111 1001110 11111

Color Harmonies of #8C2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F11

Black with #8C2F11

Text Example


Text Example

White with #8C2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,47,17); }

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

background-color css

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

 a { background-color: rgb(140,47,17); }

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

border-color css

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

 span { border-color: rgb(140,47,17); }

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