Html Css Color HEX #997203 Golden Brown

📋 copy color: '#997203'

red 153 ◦ green 114 ◦ blue 3

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

Shades of Golden Brown #997203

Tints of Golden Brown #997203

RGB

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

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

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

R = 56.67%
G = 42.22%
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

#997203 (or 0x997203) is known color: Golden Brown. HEX triplet: 99, 72 and 03. RGB value is (153,114,3). Sum of RGB (Red+Green+Blue) = 153+114+3=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #997203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997203 is #668DFC. Grayscale: #717171. Windows color (decimal): -6721021 or 225945. OLE color: 225945.

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

Color convert

RGB 153 114 3 -
CMYK 0 0.25 0.98 0.4
HSL 44.4º 0.96% 0.31% -
HSV(B) 44.4º 0.98% 0.6% -
XYZ 19.17 18.81 2.71 -
YUV 113.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 153 114 3 0 0.25 0.98 0.4 44.4 0.96 0.31
Hex 99 72 3 0 19 62 28 2C 60 1F
Octal 231 162 3 0 31 142 50 54 140 37
Binary 10011001 1110010 11 0 11001 1100010 101000 101100 1100000 11111

Color Harmonies of #997203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997203

Black with #997203

Text Example


Text Example

White with #997203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997203; }

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

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

background-color css

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

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

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

border-color css

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

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

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