Html Css Color HEX #997300 Golden Brown

📋 copy color: '#997300'

red 153 ◦ green 115 ◦ blue 0

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

Shades of Golden Brown #997300

Tints of Golden Brown #997300

RGB

 RED value IS 153 (60.16% from 255) = 57.09%

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

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

R = 57.09%
G = 42.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#997300 (or 0x997300) is known color: Golden Brown. HEX triplet: 99, 73 and 00. RGB value is (153,115,0). Sum of RGB (Red+Green+Blue) = 153+115+0=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #997300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997300 is #668CFF. Grayscale: #717171. Windows color (decimal): -6720768 or 29593. OLE color: 29593.

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

Color convert

RGB 153 115 0 -
CMYK 0 0.25 1 0.4
HSL 45.1º 1% 0.3% -
HSV(B) 45.1º 1% 0.6% -
XYZ 19.27 19.03 2.66 -
YUV 113.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 153 115 0 0 0.25 1 0.4 45.1 1 0.3
Hex 99 73 0 0 19 64 28 2D 64 1E
Octal 231 163 0 0 31 144 50 55 144 36
Binary 10011001 1110011 0 0 11001 1100100 101000 101101 1100100 11110

Color Harmonies of #997300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997300

Black with #997300

Text Example


Text Example

White with #997300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997300; }

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

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

background-color css

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

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

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

border-color css

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

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

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