Html Css Color HEX #8C5F01 Golden Brown

📋 copy color: '#8C5F01'

red 140 ◦ green 95 ◦ blue 1

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

Shades of Golden Brown #8C5F01

Tints of Golden Brown #8C5F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 59.32%
G = 40.25%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8C5F01 (or 0x8C5F01) is known color: Golden Brown. HEX triplet: 8C, 5F and 01. RGB value is (140,95,1). Sum of RGB (Red+Green+Blue) = 140+95+1=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5F01 is #73A0FE. Grayscale: #626262. Windows color (decimal): -7577855 or 89996. OLE color: 89996.

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

Color convert

RGB 140 95 1 -
CMYK 0 0.32 0.99 0.45
HSL 40.58º 0.99% 0.28% -
HSV(B) 40.58º 0.99% 0.55% -
XYZ 14.91 13.76 1.9 -
YUV 97.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 140 95 1 0 0.32 0.99 0.45 40.58 0.99 0.28
Hex 8C 5F 1 0 20 63 2D 29 63 1C
Octal 214 137 1 0 40 143 55 51 143 34
Binary 10001100 1011111 1 0 100000 1100011 101101 101001 1100011 11100

Color Harmonies of #8C5F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F01

Black with #8C5F01

Text Example


Text Example

White with #8C5F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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