Html Css Color HEX #8C2B15 Burnt Umber

📋 copy color: '#8C2B15'

red 140 ◦ green 43 ◦ blue 21

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

Shades of Burnt Umber #8C2B15

Tints of Burnt Umber #8C2B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 68.63%
G = 21.08%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8C2B15 (or 0x8C2B15) is known color: Burnt Umber. HEX triplet: 8C, 2B and 15. RGB value is (140,43,21). Sum of RGB (Red+Green+Blue) = 140+43+21=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B15 is #73D4EA. Grayscale: #454545. Windows color (decimal): -7591147 or 1387404. OLE color: 1387404.

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

Color convert

RGB 140 43 21 -
CMYK 0 0.69 0.85 0.45
HSL 11.09º 0.74% 0.32% -
HSV(B) 11.09º 0.85% 0.55% -
XYZ 11.81 7.36 1.51 -
YUV 69.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 140 43 21 0 0.69 0.85 0.45 11.09 0.74 0.32
Hex 8C 2B 15 0 45 55 2D B 4A 20
Octal 214 53 25 0 105 125 55 13 112 40
Binary 10001100 101011 10101 0 1000101 1010101 101101 1011 1001010 100000

Color Harmonies of #8C2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B15

Black with #8C2B15

Text Example


Text Example

White with #8C2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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