Html Css Color HEX #8C2D1B Burnt Umber

📋 copy color: '#8C2D1B'

red 140 ◦ green 45 ◦ blue 27

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

Shades of Burnt Umber #8C2D1B

Tints of Burnt Umber #8C2D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

 BLUE value IS 27 (10.94% from 255) = 12.74%

R = 66.04%
G = 21.23%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C2D1B (or 0x8C2D1B) is known color: Burnt Umber. HEX triplet: 8C, 2D and 1B. RGB value is (140,45,27). Sum of RGB (Red+Green+Blue) = 140+45+27=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D1B is #73D2E4. Grayscale: #474747. Windows color (decimal): -7590629 or 1781132. OLE color: 1781132.

HSL color Cylindrical-coordinate representation of color #8C2D1B: hue angle of 9.56º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2D1B is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 45 27 -
CMYK 0 0.68 0.81 0.45
HSL 9.56º 0.68% 0.33% -
HSV(B) 9.56º 0.81% 0.55% -
XYZ 11.95 7.53 1.86 -
YUV 71.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 140 45 27 0 0.68 0.81 0.45 9.56 0.68 0.33
Hex 8C 2D 1B 0 44 51 2D A 44 21
Octal 214 55 33 0 104 121 55 12 104 41
Binary 10001100 101101 11011 0 1000100 1010001 101101 1010 1000100 100001

Color Harmonies of #8C2D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2D1B

Black with #8C2D1B

Text Example


Text Example

White with #8C2D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,45,27); }

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

background-color css

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

 a { background-color: rgb(140,45,27); }

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

border-color css

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

 span { border-color: rgb(140,45,27); }

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