Html Css Color HEX #997313 Golden Brown

📋 copy color: '#997313'

red 153 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #997313

Tints of Golden Brown #997313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 53.31%
G = 40.07%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#997313 (or 0x997313) is known color: Golden Brown. HEX triplet: 99, 73 and 13. RGB value is (153,115,19). Sum of RGB (Red+Green+Blue) = 153+115+19=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #997313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997313 is #668CEC. Grayscale: #737373. Windows color (decimal): -6720749 or 1274777. OLE color: 1274777.

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

Color convert

RGB 153 115 19 -
CMYK 0 0.25 0.88 0.4
HSL 42.99º 0.78% 0.34% -
HSV(B) 42.99º 0.88% 0.6% -
XYZ 19.39 19.08 3.28 -
YUV 115.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 153 115 19 0 0.25 0.88 0.4 42.99 0.78 0.34
Hex 99 73 13 0 19 58 28 2B 4E 22
Octal 231 163 23 0 31 130 50 53 116 42
Binary 10011001 1110011 10011 0 11001 1011000 101000 101011 1001110 100010

Color Harmonies of #997313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997313

Black with #997313

Text Example


Text Example

White with #997313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997313; }

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

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

background-color css

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

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

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

border-color css

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

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

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