Html Css Color HEX #997200 Golden Brown

📋 copy color: '#997200'

red 153 ◦ green 114 ◦ blue 0

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

Shades of Golden Brown #997200

Tints of Golden Brown #997200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 57.3%
G = 42.7%
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

#997200 (or 0x997200) is known color: Golden Brown. HEX triplet: 99, 72 and 00. RGB value is (153,114,0). Sum of RGB (Red+Green+Blue) = 153+114+0=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #997200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997200 is #668DFF. Grayscale: #717171. Windows color (decimal): -6721024 or 29337. OLE color: 29337.

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

Color convert

RGB 153 114 0 -
CMYK 0 0.25 1 0.4
HSL 44.71º 1% 0.3% -
HSV(B) 44.71º 1% 0.6% -
XYZ 19.15 18.81 2.62 -
YUV 112.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 153 114 0 0 0.25 1 0.4 44.71 1 0.3
Hex 99 72 0 0 19 64 28 2D 64 1E
Octal 231 162 0 0 31 144 50 55 144 36
Binary 10011001 1110010 0 0 11001 1100100 101000 101101 1100100 11110

Color Harmonies of #997200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997200

Black with #997200

Text Example


Text Example

White with #997200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997200; }

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

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

background-color css

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

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

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

border-color css

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

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

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