Html Css Color HEX #977300 Golden Brown

📋 copy color: '#977300'

red 151 ◦ green 115 ◦ blue 0

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

Shades of Golden Brown #977300

Tints of Golden Brown #977300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

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

R = 56.77%
G = 43.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#977300 (or 0x977300) is known color: Golden Brown. HEX triplet: 97, 73 and 00. RGB value is (151,115,0). Sum of RGB (Red+Green+Blue) = 151+115+0=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #977300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977300 is #688CFF. Grayscale: #717171. Windows color (decimal): -6851840 or 29591. OLE color: 29591.

HSL color Cylindrical-coordinate representation of color #977300: hue angle of 45.7º 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 #977300 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 115 0 -
CMYK 0 0.24 1 0.41
HSL 45.7º 1% 0.3% -
HSV(B) 45.7º 1% 0.59% -
XYZ 18.89 18.84 2.64 -
YUV 112.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 151 115 0 0 0.24 1 0.41 45.7 1 0.3
Hex 97 73 0 0 18 64 29 2E 64 1E
Octal 227 163 0 0 30 144 51 56 144 36
Binary 10010111 1110011 0 0 11000 1100100 101001 101110 1100100 11110

Color Harmonies of #977300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977300

Black with #977300

Text Example


Text Example

White with #977300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977300; }

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

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

background-color css

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

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

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

border-color css

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

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

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