Html Css Color HEX #8C5F09 Golden Brown

📋 copy color: '#8C5F09'

red 140 ◦ green 95 ◦ blue 9

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

Shades of Golden Brown #8C5F09

Tints of Golden Brown #8C5F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.69%

R = 57.38%
G = 38.93%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C5F09 (or 0x8C5F09) is known color: Golden Brown. HEX triplet: 8C, 5F and 09. RGB value is (140,95,9). Sum of RGB (Red+Green+Blue) = 140+95+9=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5F09 is #73A0F6. Grayscale: #636363. Windows color (decimal): -7577847 or 614284. OLE color: 614284.

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

Color convert

RGB 140 95 9 -
CMYK 0 0.32 0.94 0.45
HSL 39.39º 0.88% 0.29% -
HSV(B) 39.39º 0.94% 0.55% -
XYZ 14.96 13.78 2.13 -
YUV 98.65 77.41 157.49 -
System Red Green Blue C M Y K H S L
Decimal 140 95 9 0 0.32 0.94 0.45 39.39 0.88 0.29
Hex 8C 5F 9 0 20 5E 2D 27 58 1D
Octal 214 137 11 0 40 136 55 47 130 35
Binary 10001100 1011111 1001 0 100000 1011110 101101 100111 1011000 11101

Color Harmonies of #8C5F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F09

Black with #8C5F09

Text Example


Text Example

White with #8C5F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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