Html Css Color HEX #8C2D1E Burnt Umber

📋 copy color: '#8C2D1E'

red 140 ◦ green 45 ◦ blue 30

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

Shades of Burnt Umber #8C2D1E

Tints of Burnt Umber #8C2D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.95%

R = 65.12%
G = 20.93%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C2D1E (or 0x8C2D1E) is known color: Burnt Umber. HEX triplet: 8C, 2D and 1E. RGB value is (140,45,30). Sum of RGB (Red+Green+Blue) = 140+45+30=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2D1E is #73D2E1. Grayscale: #474747. Windows color (decimal): -7590626 or 1977740. OLE color: 1977740.

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

Color convert

RGB 140 45 30 -
CMYK 0 0.68 0.79 0.45
HSL 8.18º 0.65% 0.33% -
HSV(B) 8.18º 0.79% 0.55% -
XYZ 11.99 7.55 2.05 -
YUV 71.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 140 45 30 0 0.68 0.79 0.45 8.18 0.65 0.33
Hex 8C 2D 1E 0 44 4F 2D 8 41 21
Octal 214 55 36 0 104 117 55 10 101 41
Binary 10001100 101101 11110 0 1000100 1001111 101101 1000 1000001 100001

Color Harmonies of #8C2D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2D1E

Black with #8C2D1E

Text Example


Text Example

White with #8C2D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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