Html Css Color HEX #997019 Golden Brown

📋 copy color: '#997019'

red 153 ◦ green 112 ◦ blue 25

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

Shades of Golden Brown #997019

Tints of Golden Brown #997019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 52.76%
G = 38.62%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#997019 (or 0x997019) is known color: Golden Brown. HEX triplet: 99, 70 and 19. RGB value is (153,112,25). Sum of RGB (Red+Green+Blue) = 153+112+25=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #997019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997019 is #668FE6. Grayscale: #727272. Windows color (decimal): -6721511 or 1667225. OLE color: 1667225.

HSL color Cylindrical-coordinate representation of color #997019: hue angle of 40.78º 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 #997019 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 112 25 -
CMYK 0 0.27 0.84 0.4
HSL 40.78º 0.72% 0.35% -
HSV(B) 40.78º 0.84% 0.6% -
XYZ 19.11 18.43 3.47 -
YUV 114.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 153 112 25 0 0.27 0.84 0.4 40.78 0.72 0.35
Hex 99 70 19 0 1B 54 28 29 48 23
Octal 231 160 31 0 33 124 50 51 110 43
Binary 10011001 1110000 11001 0 11011 1010100 101000 101001 1001000 100011

Color Harmonies of #997019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997019

Black with #997019

Text Example


Text Example

White with #997019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997019; }

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

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

background-color css

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

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

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

border-color css

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

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

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