Html Css Color HEX #8C5C13 Golden Brown

📋 copy color: '#8C5C13'

red 140 ◦ green 92 ◦ blue 19

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

Shades of Golden Brown #8C5C13

Tints of Golden Brown #8C5C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.65%

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

R = 55.78%
G = 36.65%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C5C13 (or 0x8C5C13) is known color: Golden Brown. HEX triplet: 8C, 5C and 13. RGB value is (140,92,19). Sum of RGB (Red+Green+Blue) = 140+92+19=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5C13 is #73A3EC. Grayscale: #626262. Windows color (decimal): -7578605 or 1268876. OLE color: 1268876.

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

Color convert

RGB 140 92 19 -
CMYK 0 0.34 0.86 0.45
HSL 36.2º 0.76% 0.31% -
HSV(B) 36.2º 0.86% 0.55% -
XYZ 14.76 13.28 2.4 -
YUV 98.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 140 92 19 0 0.34 0.86 0.45 36.2 0.76 0.31
Hex 8C 5C 13 0 22 56 2D 24 4C 1F
Octal 214 134 23 0 42 126 55 44 114 37
Binary 10001100 1011100 10011 0 100010 1010110 101101 100100 1001100 11111

Color Harmonies of #8C5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5C13

Black with #8C5C13

Text Example


Text Example

White with #8C5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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