Html Css Color HEX #975304 Golden Brown

📋 copy color: '#975304'

red 151 ◦ green 83 ◦ blue 4

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

Shades of Golden Brown #975304

Tints of Golden Brown #975304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 4 (1.95% from 255) = 1.68%

R = 63.45%
G = 34.87%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#975304 (or 0x975304) is known color: Golden Brown. HEX triplet: 97, 53 and 04. RGB value is (151,83,4). Sum of RGB (Red+Green+Blue) = 151+83+4=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #975304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975304 is #68ACFB. Grayscale: #5E5E5E. Windows color (decimal): -6860028 or 283543. OLE color: 283543.

HSL color Cylindrical-coordinate representation of color #975304: hue angle of 32.24º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #975304 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 83 4 -
CMYK 0 0.45 0.97 0.41
HSL 32.24º 0.95% 0.3% -
HSV(B) 32.24º 0.97% 0.59% -
XYZ 15.88 12.77 1.74 -
YUV 94.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 151 83 4 0 0.45 0.97 0.41 32.24 0.95 0.3
Hex 97 53 4 0 2D 61 29 20 5F 1E
Octal 227 123 4 0 55 141 51 40 137 36
Binary 10010111 1010011 100 0 101101 1100001 101001 100000 1011111 11110

Color Harmonies of #975304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975304

Black with #975304

Text Example


Text Example

White with #975304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975304; }

 p { color: rgb(151,83,4); }

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

background-color css

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

 a { background-color: rgb(151,83,4); }

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

border-color css

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

 span { border-color: rgb(151,83,4); }

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