Html Css Color HEX #976520 Golden Brown

📋 copy color: '#976520'

red 151 ◦ green 101 ◦ blue 32

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

Shades of Golden Brown #976520

Tints of Golden Brown #976520

RGB

 RED value IS 151 (59.38% from 255) = 53.17%

 GREEN value IS 101 (39.84% from 255) = 35.56%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 53.17%
G = 35.56%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#976520 (or 0x976520) is known color: Golden Brown. HEX triplet: 97, 65 and 20. RGB value is (151,101,32). Sum of RGB (Red+Green+Blue) = 151+101+32=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #976520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976520 is #689ADF. Grayscale: #6C6C6C. Windows color (decimal): -6855392 or 2123159. OLE color: 2123159.

HSL color Cylindrical-coordinate representation of color #976520: hue angle of 34.79º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #976520 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 101 32 -
CMYK 0 0.33 0.79 0.41
HSL 34.79º 0.65% 0.36% -
HSV(B) 34.79º 0.79% 0.59% -
XYZ 17.68 15.99 3.52 -
YUV 108.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 151 101 32 0 0.33 0.79 0.41 34.79 0.65 0.36
Hex 97 65 20 0 21 4F 29 23 41 24
Octal 227 145 40 0 41 117 51 43 101 44
Binary 10010111 1100101 100000 0 100001 1001111 101001 100011 1000001 100100

Color Harmonies of #976520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976520

Black with #976520

Text Example


Text Example

White with #976520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976520; }

 p { color: rgb(151,101,32); }

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

background-color css

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

 a { background-color: rgb(151,101,32); }

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

border-color css

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

 span { border-color: rgb(151,101,32); }

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