Html Css Color HEX #997402 Golden Brown

📋 copy color: '#997402'

red 153 ◦ green 116 ◦ blue 2

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

Shades of Golden Brown #997402

Tints of Golden Brown #997402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

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

R = 56.46%
G = 42.8%
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

#997402 (or 0x997402) is known color: Golden Brown. HEX triplet: 99, 74 and 02. RGB value is (153,116,2). Sum of RGB (Red+Green+Blue) = 153+116+2=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #997402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997402 is #668BFD. Grayscale: #727272. Windows color (decimal): -6720510 or 160921. OLE color: 160921.

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

Color convert

RGB 153 116 2 -
CMYK 0 0.24 0.99 0.4
HSL 45.3º 0.97% 0.3% -
HSV(B) 45.3º 0.99% 0.6% -
XYZ 19.39 19.27 2.75 -
YUV 114.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 153 116 2 0 0.24 0.99 0.4 45.3 0.97 0.3
Hex 99 74 2 0 18 63 28 2D 61 1E
Octal 231 164 2 0 30 143 50 55 141 36
Binary 10011001 1110100 10 0 11000 1100011 101000 101101 1100001 11110

Color Harmonies of #997402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997402

Black with #997402

Text Example


Text Example

White with #997402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997402; }

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

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

background-color css

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

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

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

border-color css

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

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

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