Html Css Color HEX #99590F Golden Brown

📋 copy color: '#99590F'

red 153 ◦ green 89 ◦ blue 15

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

Shades of Golden Brown #99590F

Tints of Golden Brown #99590F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 59.53%
G = 34.63%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99590F (or 0x99590F) is known color: Golden Brown. HEX triplet: 99, 59 and 0F. RGB value is (153,89,15). Sum of RGB (Red+Green+Blue) = 153+89+15=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #99590F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99590F is #66A6F0. Grayscale: #646464. Windows color (decimal): -6727409 or 1005977. OLE color: 1005977.

HSL color Cylindrical-coordinate representation of color #99590F: hue angle of 32.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99590F is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 15 -
CMYK 0 0.42 0.90 0.4
HSL 32.17º 0.82% 0.33% -
HSV(B) 32.17º 0.9% 0.6% -
XYZ 16.8 13.95 2.26 -
YUV 99.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 153 89 15 0 0.42 0.90 0.4 32.17 0.82 0.33
Hex 99 59 F 0 2A 5A 28 20 52 21
Octal 231 131 17 0 52 132 50 40 122 41
Binary 10011001 1011001 1111 0 101010 1011010 101000 100000 1010010 100001

Color Harmonies of #99590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99590F

Black with #99590F

Text Example


Text Example

White with #99590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99590F; }

 p { color: rgb(153,89,15); }

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

background-color css

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

 a { background-color: rgb(153,89,15); }

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

border-color css

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

 span { border-color: rgb(153,89,15); }

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