Html Css Color HEX #8C5F02 Golden Brown

📋 copy color: '#8C5F02'

red 140 ◦ green 95 ◦ blue 2

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

Shades of Golden Brown #8C5F02

Tints of Golden Brown #8C5F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 59.07%
G = 40.08%
B = 0.84%

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

#8C5F02 (or 0x8C5F02) is known color: Golden Brown. HEX triplet: 8C, 5F and 02. RGB value is (140,95,2). Sum of RGB (Red+Green+Blue) = 140+95+2=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5F02 is #73A0FD. Grayscale: #626262. Windows color (decimal): -7577854 or 155532. OLE color: 155532.

HSL color Cylindrical-coordinate representation of color #8C5F02: hue angle of 40.43º degrees, saturation: 0.97, 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 #8C5F02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 95 2 -
CMYK 0 0.32 0.99 0.45
HSL 40.43º 0.97% 0.28% -
HSV(B) 40.43º 0.99% 0.55% -
XYZ 14.92 13.76 1.93 -
YUV 97.85 73.91 158.06 -
System Red Green Blue C M Y K H S L
Decimal 140 95 2 0 0.32 0.99 0.45 40.43 0.97 0.28
Hex 8C 5F 2 0 20 63 2D 28 61 1C
Octal 214 137 2 0 40 143 55 50 141 34
Binary 10001100 1011111 10 0 100000 1100011 101101 101000 1100001 11100

Color Harmonies of #8C5F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F02

Black with #8C5F02

Text Example


Text Example

White with #8C5F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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