Html Css Color HEX #8C6513 Golden Brown

📋 copy color: '#8C6513'

red 140 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #8C6513

Tints of Golden Brown #8C6513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.85%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 53.85%
G = 38.85%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C6513 (or 0x8C6513) is known color: Golden Brown. HEX triplet: 8C, 65 and 13. RGB value is (140,101,19). Sum of RGB (Red+Green+Blue) = 140+101+19=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6513 is #739AEC. Grayscale: #676767. Windows color (decimal): -7576301 or 1271180. OLE color: 1271180.

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

Color convert

RGB 140 101 19 -
CMYK 0 0.28 0.86 0.45
HSL 40.66º 0.76% 0.31% -
HSV(B) 40.66º 0.86% 0.55% -
XYZ 15.59 14.93 2.68 -
YUV 103.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 140 101 19 0 0.28 0.86 0.45 40.66 0.76 0.31
Hex 8C 65 13 0 1C 56 2D 29 4C 1F
Octal 214 145 23 0 34 126 55 51 114 37
Binary 10001100 1100101 10011 0 11100 1010110 101101 101001 1001100 11111

Color Harmonies of #8C6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6513

Black with #8C6513

Text Example


Text Example

White with #8C6513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,101,19); }

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

background-color css

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

 a { background-color: rgb(140,101,19); }

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

border-color css

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

 span { border-color: rgb(140,101,19); }

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