Html Css Color HEX #99590A Golden Brown

📋 copy color: '#99590A'

red 153 ◦ green 89 ◦ blue 10

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

Shades of Golden Brown #99590A

Tints of Golden Brown #99590A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 60.71%
G = 35.32%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99590A (or 0x99590A) is known color: Golden Brown. HEX triplet: 99, 59 and 0A. RGB value is (153,89,10). Sum of RGB (Red+Green+Blue) = 153+89+10=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #99590A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99590A is #66A6F5. Grayscale: #636363. Windows color (decimal): -6727414 or 678297. OLE color: 678297.

HSL color Cylindrical-coordinate representation of color #99590A: hue angle of 33.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99590A is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 10 -
CMYK 0 0.42 0.93 0.4
HSL 33.15º 0.88% 0.32% -
HSV(B) 33.15º 0.93% 0.6% -
XYZ 16.76 13.94 2.09 -
YUV 99.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 153 89 10 0 0.42 0.93 0.4 33.15 0.88 0.32
Hex 99 59 A 0 2A 5D 28 21 58 20
Octal 231 131 12 0 52 135 50 41 130 40
Binary 10011001 1011001 1010 0 101010 1011101 101000 100001 1011000 100000

Color Harmonies of #99590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99590A

Black with #99590A

Text Example


Text Example

White with #99590A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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