#975C2D

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

Shades of Indochine #975C2D

Tints of Indochine #975C2D

Color information

#975C2D (or 0x975C2D) is unknown color: approx Indochine. HEX triplet: 97, 5C and 2D. RGB value is (151,92,45). Sum of RGB (Red+Green+Blue) = 151+92+45=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #975C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C2D is #68A3D2. Grayscale: #686868. Windows color (decimal): -6857683 or 2972823. OLE color: 2972823.

HSL color Cylindrical-coordinate representation of color #975C2D: hue angle of 26.6º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #975C2D is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1519245-
CMYK00.390.700.41
HSL26.6º54.08%38.43%-
HSV(B)26.6º70.2%59.22%-
XYZ17.0614.424.37-
YUV104.2894.55161.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=52.43%
G=31.94%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151924500.390.700.4126.654.0838.43
Hex975C2D02746291b3626
Octal2271345504710651336646
Binary1001011110111001011010100111100011010100111011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975C2D; }

 p { color: rgb(151,92,45); }

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

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

 a { background-color: rgb(151,92,45); }

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

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

 span { border-color: rgb(151,92,45); }

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