Html Css Color HEX #975305 Golden Brown

📋 copy color: '#975305'

red 151 ◦ green 83 ◦ blue 5

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

Shades of Golden Brown #975305

Tints of Golden Brown #975305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 63.18%
G = 34.73%
B = 2.09%

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

#975305 (or 0x975305) is known color: Golden Brown. HEX triplet: 97, 53 and 05. RGB value is (151,83,5). Sum of RGB (Red+Green+Blue) = 151+83+5=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #975305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975305 is #68ACFA. Grayscale: #5E5E5E. Windows color (decimal): -6860027 or 349079. OLE color: 349079.

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

Color convert

RGB 151 83 5 -
CMYK 0 0.45 0.97 0.41
HSL 32.05º 0.94% 0.31% -
HSV(B) 32.05º 0.97% 0.59% -
XYZ 15.88 12.78 1.77 -
YUV 94.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 151 83 5 0 0.45 0.97 0.41 32.05 0.94 0.31
Hex 97 53 5 0 2D 61 29 20 5E 1F
Octal 227 123 5 0 55 141 51 40 136 37
Binary 10010111 1010011 101 0 101101 1100001 101001 100000 1011110 11111

Color Harmonies of #975305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975305

Black with #975305

Text Example


Text Example

White with #975305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975305; }

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

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

background-color css

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

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

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

border-color css

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

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

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