Html Css Color HEX #997502 Golden Brown

📋 copy color: '#997502'

red 153 ◦ green 117 ◦ blue 2

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

Shades of Golden Brown #997502

Tints of Golden Brown #997502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.01%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 56.25%
G = 43.01%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997502 (or 0x997502) is known color: Golden Brown. HEX triplet: 99, 75 and 02. RGB value is (153,117,2). Sum of RGB (Red+Green+Blue) = 153+117+2=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #997502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997502 is #668AFD. Grayscale: #737373. Windows color (decimal): -6720254 or 161177. OLE color: 161177.

HSL color Cylindrical-coordinate representation of color #997502: hue angle of 45.7º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #997502 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 2 -
CMYK 0 0.24 0.99 0.4
HSL 45.7º 0.97% 0.3% -
HSV(B) 45.7º 0.99% 0.6% -
XYZ 19.51 19.5 2.79 -
YUV 114.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 153 117 2 0 0.24 0.99 0.4 45.7 0.97 0.3
Hex 99 75 2 0 18 63 28 2E 61 1E
Octal 231 165 2 0 30 143 50 56 141 36
Binary 10011001 1110101 10 0 11000 1100011 101000 101110 1100001 11110

Color Harmonies of #997502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997502

Black with #997502

Text Example


Text Example

White with #997502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997502; }

 p { color: rgb(153,117,2); }

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

background-color css

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

 a { background-color: rgb(153,117,2); }

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

border-color css

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

 span { border-color: rgb(153,117,2); }

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