Html Css Color HEX #8C3A1E Burnt Umber

📋 copy color: '#8C3A1E'

red 140 ◦ green 58 ◦ blue 30

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

Shades of Burnt Umber #8C3A1E

Tints of Burnt Umber #8C3A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

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

R = 61.4%
G = 25.44%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C3A1E (or 0x8C3A1E) is known color: Burnt Umber. HEX triplet: 8C, 3A and 1E. RGB value is (140,58,30). Sum of RGB (Red+Green+Blue) = 140+58+30=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3A1E is #73C5E1. Grayscale: #4F4F4F. Windows color (decimal): -7587298 or 1981068. OLE color: 1981068.

HSL color Cylindrical-coordinate representation of color #8C3A1E: hue angle of 15.27º 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 #8C3A1E is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 58 30 -
CMYK 0 0.59 0.79 0.45
HSL 15.27º 0.65% 0.33% -
HSV(B) 15.27º 0.79% 0.55% -
XYZ 12.56 8.7 2.24 -
YUV 79.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 140 58 30 0 0.59 0.79 0.45 15.27 0.65 0.33
Hex 8C 3A 1E 0 3B 4F 2D F 41 21
Octal 214 72 36 0 73 117 55 17 101 41
Binary 10001100 111010 11110 0 111011 1001111 101101 1111 1000001 100001

Color Harmonies of #8C3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3A1E

Black with #8C3A1E

Text Example


Text Example

White with #8C3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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