#9A5F30

Color #9A5F30 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #9A5F30

Tints of Indochine #9A5F30

Color information

#9A5F30 (or 0x9A5F30) is unknown color: approx Indochine. HEX triplet: 9A, 5F and 30. RGB value is (154,95,48). Sum of RGB (Red+Green+Blue) = 154+95+48=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5F30 is #65A0CF. Grayscale: #6B6B6B. Windows color (decimal): -6660304 or 3170202. OLE color: 3170202.

HSL color Cylindrical-coordinate representation of color #9A5F30: hue angle of 26.6º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A5F30 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB1549548-
CMYK00.380.690.40
HSL26.6º52.48%39.61%-
HSV(B)26.6º68.83%60.39%-
XYZ17.9515.274.8-
YUV107.2894.55161.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.85%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 48 (19.14% from 255) = 16.16%
R=51.85%
G=31.99%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154954800.380.690.4026.652.4839.61
Hex9A5F3002645281b3428
Octal2321376004610550336450
Binary1001101010111111100000100110100010110100011011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,95,48); }

 H1.HeaderClassName
 {
   color: #9A5F30;
 }
 .AnyTagClassName
 {
   color: #9A5F30;
 }
</style>
background-color css

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

 a { background-color: rgb(154,95,48); }

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

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

 span { border-color: rgb(154,95,48); }

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