Html Css Color HEX #8C5813 Golden Brown

📋 copy color: '#8C5813'

red 140 ◦ green 88 ◦ blue 19

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

Shades of Golden Brown #8C5813

Tints of Golden Brown #8C5813

RGB

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

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

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

R = 56.68%
G = 35.63%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C5813 (or 0x8C5813) is known color: Golden Brown. HEX triplet: 8C, 58 and 13. RGB value is (140,88,19). Sum of RGB (Red+Green+Blue) = 140+88+19=247 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.68% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5813 is #73A7EC. Grayscale: #606060. Windows color (decimal): -7579629 or 1267852. OLE color: 1267852.

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

Color convert

RGB 140 88 19 -
CMYK 0 0.37 0.86 0.45
HSL 34.21º 0.76% 0.31% -
HSV(B) 34.21º 0.86% 0.55% -
XYZ 14.42 12.6 2.29 -
YUV 95.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 140 88 19 0 0.37 0.86 0.45 34.21 0.76 0.31
Hex 8C 58 13 0 25 56 2D 22 4C 1F
Octal 214 130 23 0 45 126 55 42 114 37
Binary 10001100 1011000 10011 0 100101 1010110 101101 100010 1001100 11111

Color Harmonies of #8C5813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5813

Black with #8C5813

Text Example


Text Example

White with #8C5813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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