#975E3B

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

Shades of Indochine #975E3B

Tints of Indochine #975E3B

Color information

#975E3B (or 0x975E3B) is unknown color: approx Indochine. HEX triplet: 97, 5E and 3B. RGB value is (151,94,59). Sum of RGB (Red+Green+Blue) = 151+94+59=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #975E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E3B is #68A1C4. Grayscale: #6B6B6B. Windows color (decimal): -6857157 or 3890839. OLE color: 3890839.

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

Color convert

RGB1519459-
CMYK00.380.610.41
HSL22.83º43.81%41.18%-
HSV(B)22.83º60.93%59.22%-
XYZ17.5514.96.09-
YUV107.05100.88159.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.67%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=49.67%
G=30.92%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151945900.380.610.4122.8343.8141.18
Hex975E3B0263D29172c29
Octal227136730467551275451
Binary100101111011110111011010011011110110100110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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