Html Css Color HEX #8C2B13 Burnt Umber

📋 copy color: '#8C2B13'

red 140 ◦ green 43 ◦ blue 19

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

Shades of Burnt Umber #8C2B13

Tints of Burnt Umber #8C2B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 69.31%
G = 21.29%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C2B13 (or 0x8C2B13) is known color: Burnt Umber. HEX triplet: 8C, 2B and 13. RGB value is (140,43,19). Sum of RGB (Red+Green+Blue) = 140+43+19=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B13 is #73D4EC. Grayscale: #454545. Windows color (decimal): -7591149 or 1256332. OLE color: 1256332.

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

Color convert

RGB 140 43 19 -
CMYK 0 0.69 0.86 0.45
HSL 11.9º 0.76% 0.31% -
HSV(B) 11.9º 0.86% 0.55% -
XYZ 11.8 7.35 1.41 -
YUV 69.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 140 43 19 0 0.69 0.86 0.45 11.9 0.76 0.31
Hex 8C 2B 13 0 45 56 2D C 4C 1F
Octal 214 53 23 0 105 126 55 14 114 37
Binary 10001100 101011 10011 0 1000101 1010110 101101 1100 1001100 11111

Color Harmonies of #8C2B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B13

Black with #8C2B13

Text Example


Text Example

White with #8C2B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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