Html Css Color HEX #8C2D10 Burnt Umber

📋 copy color: '#8C2D10'

red 140 ◦ green 45 ◦ blue 16

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

Shades of Burnt Umber #8C2D10

Tints of Burnt Umber #8C2D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 69.65%
G = 22.39%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C2D10 (or 0x8C2D10) is known color: Burnt Umber. HEX triplet: 8C, 2D and 10. RGB value is (140,45,16). Sum of RGB (Red+Green+Blue) = 140+45+16=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2D10 is #73D2EF. Grayscale: #464646. Windows color (decimal): -7590640 or 1060236. OLE color: 1060236.

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

Color convert

RGB 140 45 16 -
CMYK 0 0.68 0.89 0.45
HSL 14.03º 0.79% 0.31% -
HSV(B) 14.03º 0.89% 0.55% -
XYZ 11.85 7.49 1.31 -
YUV 70.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 140 45 16 0 0.68 0.89 0.45 14.03 0.79 0.31
Hex 8C 2D 10 0 44 59 2D E 4F 1F
Octal 214 55 20 0 104 131 55 16 117 37
Binary 10001100 101101 10000 0 1000100 1011001 101101 1110 1001111 11111

Color Harmonies of #8C2D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2D10

Black with #8C2D10

Text Example


Text Example

White with #8C2D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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