Html Css Color HEX #8C2D19 Burnt Umber

📋 copy color: '#8C2D19'

red 140 ◦ green 45 ◦ blue 25

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

Shades of Burnt Umber #8C2D19

Tints of Burnt Umber #8C2D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 66.67%
G = 21.43%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C2D19 (or 0x8C2D19) is known color: Burnt Umber. HEX triplet: 8C, 2D and 19. RGB value is (140,45,25). Sum of RGB (Red+Green+Blue) = 140+45+25=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2D19 is #73D2E6. Grayscale: #474747. Windows color (decimal): -7590631 or 1650060. OLE color: 1650060.

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

Color convert

RGB 140 45 25 -
CMYK 0 0.68 0.82 0.45
HSL 10.43º 0.7% 0.32% -
HSV(B) 10.43º 0.82% 0.55% -
XYZ 11.93 7.52 1.74 -
YUV 71.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 140 45 25 0 0.68 0.82 0.45 10.43 0.7 0.32
Hex 8C 2D 19 0 44 52 2D A 46 20
Octal 214 55 31 0 104 122 55 12 106 40
Binary 10001100 101101 11001 0 1000100 1010010 101101 1010 1000110 100000

Color Harmonies of #8C2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2D19

Black with #8C2D19

Text Example


Text Example

White with #8C2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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