Html Css Color HEX #8C2B16 Burnt Umber

📋 copy color: '#8C2B16'

red 140 ◦ green 43 ◦ blue 22

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

Shades of Burnt Umber #8C2B16

Tints of Burnt Umber #8C2B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 68.29%
G = 20.98%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8C2B16 (or 0x8C2B16) is known color: Burnt Umber. HEX triplet: 8C, 2B and 16. RGB value is (140,43,22). Sum of RGB (Red+Green+Blue) = 140+43+22=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B16 is #73D4E9. Grayscale: #454545. Windows color (decimal): -7591146 or 1452940. OLE color: 1452940.

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

Color convert

RGB 140 43 22 -
CMYK 0 0.69 0.84 0.45
HSL 10.68º 0.73% 0.32% -
HSV(B) 10.68º 0.84% 0.55% -
XYZ 11.82 7.36 1.56 -
YUV 69.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 140 43 22 0 0.69 0.84 0.45 10.68 0.73 0.32
Hex 8C 2B 16 0 45 54 2D B 49 20
Octal 214 53 26 0 105 124 55 13 111 40
Binary 10001100 101011 10110 0 1000101 1010100 101101 1011 1001001 100000

Color Harmonies of #8C2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B16

Black with #8C2B16

Text Example


Text Example

White with #8C2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,43,22); }

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

background-color css

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

 a { background-color: rgb(140,43,22); }

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

border-color css

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

 span { border-color: rgb(140,43,22); }

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