Html Css Color HEX #975300 Golden Brown

📋 copy color: '#975300'

red 151 ◦ green 83 ◦ blue 0

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

Shades of Golden Brown #975300

Tints of Golden Brown #975300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.53%
G = 35.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#975300 (or 0x975300) is known color: Golden Brown. HEX triplet: 97, 53 and 00. RGB value is (151,83,0). Sum of RGB (Red+Green+Blue) = 151+83+0=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #975300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975300 is #68ACFF. Grayscale: #5E5E5E. Windows color (decimal): -6860032 or 21399. OLE color: 21399.

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

Color convert

RGB 151 83 0 -
CMYK 0 0.45 1 0.41
HSL 32.98º 1% 0.3% -
HSV(B) 32.98º 1% 0.59% -
XYZ 15.86 12.77 1.63 -
YUV 93.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 151 83 0 0 0.45 1 0.41 32.98 1 0.3
Hex 97 53 0 0 2D 64 29 21 64 1E
Octal 227 123 0 0 55 144 51 41 144 36
Binary 10010111 1010011 0 0 101101 1100100 101001 100001 1100100 11110

Color Harmonies of #975300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975300

Black with #975300

Text Example


Text Example

White with #975300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975300; }

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

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

background-color css

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

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

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

border-color css

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

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

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