Html Css Color HEX #8C5F03 Golden Brown

📋 copy color: '#8C5F03'

red 140 ◦ green 95 ◦ blue 3

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

Shades of Golden Brown #8C5F03

Tints of Golden Brown #8C5F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 58.82%
G = 39.92%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8C5F03 (or 0x8C5F03) is known color: Golden Brown. HEX triplet: 8C, 5F and 03. RGB value is (140,95,3). Sum of RGB (Red+Green+Blue) = 140+95+3=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5F03 is #73A0FC. Grayscale: #626262. Windows color (decimal): -7577853 or 221068. OLE color: 221068.

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

Color convert

RGB 140 95 3 -
CMYK 0 0.32 0.98 0.45
HSL 40.29º 0.96% 0.28% -
HSV(B) 40.29º 0.98% 0.55% -
XYZ 14.92 13.77 1.96 -
YUV 97.97 74.41 157.98 -
System Red Green Blue C M Y K H S L
Decimal 140 95 3 0 0.32 0.98 0.45 40.29 0.96 0.28
Hex 8C 5F 3 0 20 62 2D 28 60 1C
Octal 214 137 3 0 40 142 55 50 140 34
Binary 10001100 1011111 11 0 100000 1100010 101101 101000 1100000 11100

Color Harmonies of #8C5F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F03

Black with #8C5F03

Text Example


Text Example

White with #8C5F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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