Html Css Color HEX #975307 Golden Brown

📋 copy color: '#975307'

red 151 ◦ green 83 ◦ blue 7

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

Shades of Golden Brown #975307

Tints of Golden Brown #975307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 62.66%
G = 34.44%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#975307 (or 0x975307) is known color: Golden Brown. HEX triplet: 97, 53 and 07. RGB value is (151,83,7). Sum of RGB (Red+Green+Blue) = 151+83+7=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #975307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975307 is #68ACF8. Grayscale: #5F5F5F. Windows color (decimal): -6860025 or 480151. OLE color: 480151.

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

Color convert

RGB 151 83 7 -
CMYK 0 0.45 0.95 0.41
HSL 31.67º 0.91% 0.31% -
HSV(B) 31.67º 0.95% 0.59% -
XYZ 15.89 12.78 1.83 -
YUV 94.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 151 83 7 0 0.45 0.95 0.41 31.67 0.91 0.31
Hex 97 53 7 0 2D 5F 29 20 5B 1F
Octal 227 123 7 0 55 137 51 40 133 37
Binary 10010111 1010011 111 0 101101 1011111 101001 100000 1011011 11111

Color Harmonies of #975307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975307

Black with #975307

Text Example


Text Example

White with #975307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975307; }

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

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

background-color css

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

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

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

border-color css

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

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

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