Html Css Color HEX #997303 Golden Brown

📋 copy color: '#997303'

red 153 ◦ green 115 ◦ blue 3

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

Shades of Golden Brown #997303

Tints of Golden Brown #997303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 56.46%
G = 42.44%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#997303 (or 0x997303) is known color: Golden Brown. HEX triplet: 99, 73 and 03. RGB value is (153,115,3). Sum of RGB (Red+Green+Blue) = 153+115+3=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #997303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997303 is #668CFC. Grayscale: #727272. Windows color (decimal): -6720765 or 226201. OLE color: 226201.

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

Color convert

RGB 153 115 3 -
CMYK 0 0.25 0.98 0.4
HSL 44.8º 0.96% 0.31% -
HSV(B) 44.8º 0.98% 0.6% -
XYZ 19.28 19.04 2.74 -
YUV 113.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 153 115 3 0 0.25 0.98 0.4 44.8 0.96 0.31
Hex 99 73 3 0 19 62 28 2D 60 1F
Octal 231 163 3 0 31 142 50 55 140 37
Binary 10011001 1110011 11 0 11001 1100010 101000 101101 1100000 11111

Color Harmonies of #997303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997303

Black with #997303

Text Example


Text Example

White with #997303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997303; }

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

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

background-color css

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

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

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

border-color css

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

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

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