Html Css Color HEX #8C5F19 Golden Brown

📋 copy color: '#8C5F19'

red 140 ◦ green 95 ◦ blue 25

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

Shades of Golden Brown #8C5F19

Tints of Golden Brown #8C5F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.54%

 BLUE value IS 25 (10.16% from 255) = 9.62%

R = 53.85%
G = 36.54%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C5F19 (or 0x8C5F19) is known color: Golden Brown. HEX triplet: 8C, 5F and 19. RGB value is (140,95,25). Sum of RGB (Red+Green+Blue) = 140+95+25=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5F19 is #73A0E6. Grayscale: #646464. Windows color (decimal): -7577831 or 1662860. OLE color: 1662860.

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

Color convert

RGB 140 95 25 -
CMYK 0 0.32 0.82 0.45
HSL 36.52º 0.7% 0.32% -
HSV(B) 36.52º 0.82% 0.55% -
XYZ 15.08 13.83 2.79 -
YUV 100.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 140 95 25 0 0.32 0.82 0.45 36.52 0.7 0.32
Hex 8C 5F 19 0 20 52 2D 25 46 20
Octal 214 137 31 0 40 122 55 45 106 40
Binary 10001100 1011111 11001 0 100000 1010010 101101 100101 1000110 100000

Color Harmonies of #8C5F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F19

Black with #8C5F19

Text Example


Text Example

White with #8C5F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,25); }

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

background-color css

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

 a { background-color: rgb(140,95,25); }

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

border-color css

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

 span { border-color: rgb(140,95,25); }

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