Html Css Color HEX #9A5502 Golden Brown

📋 copy color: '#9A5502'

red 154 ◦ green 85 ◦ blue 2

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

Shades of Golden Brown #9A5502

Tints of Golden Brown #9A5502

RGB

 RED value IS 154 (60.55% from 255) = 63.9%

 GREEN value IS 85 (33.59% from 255) = 35.27%

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

R = 63.9%
G = 35.27%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A5502 (or 0x9A5502) is known color: Golden Brown. HEX triplet: 9A, 55 and 02. RGB value is (154,85,2). Sum of RGB (Red+Green+Blue) = 154+85+2=241 (31% of max value = 765). Red value is 154 (60.55% from 255 or 63.90% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5502 is #65AAFD. Grayscale: #606060. Windows color (decimal): -6662910 or 152986. OLE color: 152986.

HSL color Cylindrical-coordinate representation of color #9A5502: hue angle of 32.76º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A5502 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 85 2 -
CMYK 0 0.45 0.99 0.40
HSL 32.76º 0.97% 0.31% -
HSV(B) 32.76º 0.99% 0.6% -
XYZ 16.59 13.37 1.76 -
YUV 96.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 154 85 2 0 0.45 0.99 0.40 32.76 0.97 0.31
Hex 9A 55 2 0 2D 63 28 21 61 1F
Octal 232 125 2 0 55 143 50 41 141 37
Binary 10011010 1010101 10 0 101101 1100011 101000 100001 1100001 11111

Color Harmonies of #9A5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5502

Black with #9A5502

Text Example


Text Example

White with #9A5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5502; }

 p { color: rgb(154,85,2); }

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

background-color css

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

 a { background-color: rgb(154,85,2); }

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

border-color css

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

 span { border-color: rgb(154,85,2); }

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