Html Css Color HEX #997311 Golden Brown

📋 copy color: '#997311'

red 153 ◦ green 115 ◦ blue 17

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

Shades of Golden Brown #997311

Tints of Golden Brown #997311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 53.68%
G = 40.35%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#997311 (or 0x997311) is known color: Golden Brown. HEX triplet: 99, 73 and 11. RGB value is (153,115,17). Sum of RGB (Red+Green+Blue) = 153+115+17=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #997311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997311 is #668CEE. Grayscale: #737373. Windows color (decimal): -6720751 or 1143705. OLE color: 1143705.

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

Color convert

RGB 153 115 17 -
CMYK 0 0.25 0.89 0.4
HSL 43.24º 0.8% 0.33% -
HSV(B) 43.24º 0.89% 0.6% -
XYZ 19.37 19.07 3.19 -
YUV 115.19 72.59 154.97 -
System Red Green Blue C M Y K H S L
Decimal 153 115 17 0 0.25 0.89 0.4 43.24 0.8 0.33
Hex 99 73 11 0 19 59 28 2B 50 21
Octal 231 163 21 0 31 131 50 53 120 41
Binary 10011001 1110011 10001 0 11001 1011001 101000 101011 1010000 100001

Color Harmonies of #997311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997311

Black with #997311

Text Example


Text Example

White with #997311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997311; }

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

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

background-color css

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

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

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

border-color css

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

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

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