Html Css Color HEX #8C5910 Golden Brown

📋 copy color: '#8C5910'

red 140 ◦ green 89 ◦ blue 16

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

Shades of Golden Brown #8C5910

Tints of Golden Brown #8C5910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

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

R = 57.14%
G = 36.33%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8C5910 (or 0x8C5910) is known color: Golden Brown. HEX triplet: 8C, 59 and 10. RGB value is (140,89,16). Sum of RGB (Red+Green+Blue) = 140+89+16=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5910 is #73A6EF. Grayscale: #606060. Windows color (decimal): -7579376 or 1071500. OLE color: 1071500.

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

Color convert

RGB 140 89 16 -
CMYK 0 0.36 0.89 0.45
HSL 35.32º 0.79% 0.31% -
HSV(B) 35.32º 0.89% 0.55% -
XYZ 14.48 12.76 2.19 -
YUV 95.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 140 89 16 0 0.36 0.89 0.45 35.32 0.79 0.31
Hex 8C 59 10 0 24 59 2D 23 4F 1F
Octal 214 131 20 0 44 131 55 43 117 37
Binary 10001100 1011001 10000 0 100100 1011001 101101 100011 1001111 11111

Color Harmonies of #8C5910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5910

Black with #8C5910

Text Example


Text Example

White with #8C5910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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