#975930

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

Shades of Indochine #975930

Tints of Indochine #975930

Color information

#975930 (or 0x975930) is unknown color: approx Indochine. HEX triplet: 97, 59 and 30. RGB value is (151,89,48). Sum of RGB (Red+Green+Blue) = 151+89+48=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #975930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975930 is #68A6CF. Grayscale: #676767. Windows color (decimal): -6858448 or 3168663. OLE color: 3168663.

HSL color Cylindrical-coordinate representation of color #975930: hue angle of 23.88º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #975930 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1518948-
CMYK00.410.680.41
HSL23.88º51.76%39.02%-
HSV(B)23.88º68.21%59.22%-
XYZ16.8713.944.6-
YUV102.8697.04162.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=52.43%
G=30.90%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151894800.410.680.4123.8851.7639.02
Hex9759300294429183427
Octal2271316005110451306447
Binary1001011110110011100000101001100010010100111000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975930; }

 p { color: rgb(151,89,48); }

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

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

 a { background-color: rgb(151,89,48); }

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

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

 span { border-color: rgb(151,89,48); }

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