#975E33

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

Shades of Indochine #975E33

Tints of Indochine #975E33

Color information

#975E33 (or 0x975E33) is unknown color: approx Indochine. HEX triplet: 97, 5E and 33. RGB value is (151,94,51). Sum of RGB (Red+Green+Blue) = 151+94+51=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #975E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E33 is #68A1CC. Grayscale: #6A6A6A. Windows color (decimal): -6857165 or 3366551. OLE color: 3366551.

HSL color Cylindrical-coordinate representation of color #975E33: hue angle of 25.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #975E33 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1519451-
CMYK00.380.660.41
HSL25.8º49.5%39.61%-
HSV(B)25.8º66.23%59.22%-
XYZ17.3614.825.08-
YUV106.1496.88160-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.01%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=51.01%
G=31.76%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151945100.380.660.4125.849.539.61
Hex975E3302642291a3228
Octal2271366304610251326250
Binary1001011110111101100110100110100001010100111010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,94,51); }

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

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

 a { background-color: rgb(151,94,51); }

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

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

 span { border-color: rgb(151,94,51); }

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