Html Css Color HEX #8C580E Golden Brown

📋 copy color: '#8C580E'

red 140 ◦ green 88 ◦ blue 14

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

Shades of Golden Brown #8C580E

Tints of Golden Brown #8C580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 57.85%
G = 36.36%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8C580E (or 0x8C580E) is known color: Golden Brown. HEX triplet: 8C, 58 and 0E. RGB value is (140,88,14). Sum of RGB (Red+Green+Blue) = 140+88+14=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C580E is #73A7F1. Grayscale: #5F5F5F. Windows color (decimal): -7579634 or 940172. OLE color: 940172.

HSL color Cylindrical-coordinate representation of color #8C580E: hue angle of 35.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C580E is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 88 14 -
CMYK 0 0.37 0.90 0.45
HSL 35.24º 0.82% 0.3% -
HSV(B) 35.24º 0.9% 0.55% -
XYZ 14.38 12.59 2.09 -
YUV 95.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 140 88 14 0 0.37 0.90 0.45 35.24 0.82 0.3
Hex 8C 58 E 0 25 5A 2D 23 52 1E
Octal 214 130 16 0 45 132 55 43 122 36
Binary 10001100 1011000 1110 0 100101 1011010 101101 100011 1010010 11110

Color Harmonies of #8C580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C580E

Black with #8C580E

Text Example


Text Example

White with #8C580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,14); }

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

background-color css

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

 a { background-color: rgb(140,88,14); }

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

border-color css

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

 span { border-color: rgb(140,88,14); }

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