Html Css Color HEX #8C2F21 Burnt Umber

📋 copy color: '#8C2F21'

red 140 ◦ green 47 ◦ blue 33

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

Shades of Burnt Umber #8C2F21

Tints of Burnt Umber #8C2F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15%

R = 63.64%
G = 21.36%
B = 15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C2F21 (or 0x8C2F21) is known color: Burnt Umber. HEX triplet: 8C, 2F and 21. RGB value is (140,47,33). Sum of RGB (Red+Green+Blue) = 140+47+33=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F21 is #73D0DE. Grayscale: #494949. Windows color (decimal): -7590111 or 2174860. OLE color: 2174860.

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

Color convert

RGB 140 47 33 -
CMYK 0 0.66 0.76 0.45
HSL 7.85º 0.62% 0.34% -
HSV(B) 7.85º 0.76% 0.55% -
XYZ 12.11 7.72 2.29 -
YUV 73.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 140 47 33 0 0.66 0.76 0.45 7.85 0.62 0.34
Hex 8C 2F 21 0 42 4C 2D 8 3E 22
Octal 214 57 41 0 102 114 55 10 76 42
Binary 10001100 101111 100001 0 1000010 1001100 101101 1000 111110 100010

Color Harmonies of #8C2F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F21

Black with #8C2F21

Text Example


Text Example

White with #8C2F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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