Html Css Color HEX #997319 Golden Brown

📋 copy color: '#997319'

red 153 ◦ green 115 ◦ blue 25

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

Shades of Golden Brown #997319

Tints of Golden Brown #997319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 52.22%
G = 39.25%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#997319 (or 0x997319) is known color: Golden Brown. HEX triplet: 99, 73 and 19. RGB value is (153,115,25). Sum of RGB (Red+Green+Blue) = 153+115+25=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #997319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997319 is #668CE6. Grayscale: #747474. Windows color (decimal): -6720743 or 1667993. OLE color: 1667993.

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

Color convert

RGB 153 115 25 -
CMYK 0 0.25 0.84 0.4
HSL 42.19º 0.72% 0.35% -
HSV(B) 42.19º 0.84% 0.6% -
XYZ 19.44 19.1 3.58 -
YUV 116.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 153 115 25 0 0.25 0.84 0.4 42.19 0.72 0.35
Hex 99 73 19 0 19 54 28 2A 48 23
Octal 231 163 31 0 31 124 50 52 110 43
Binary 10011001 1110011 11001 0 11001 1010100 101000 101010 1001000 100011

Color Harmonies of #997319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997319

Black with #997319

Text Example


Text Example

White with #997319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997319; }

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

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

background-color css

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

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

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

border-color css

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

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

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