#955836

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

Shades of Indochine #955836

Tints of Indochine #955836

Color information

#955836 (or 0x955836) is unknown color: approx Indochine. HEX triplet: 95, 58 and 36. RGB value is (149,88,54). Sum of RGB (Red+Green+Blue) = 149+88+54=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #955836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955836 is #6AA7C9. Grayscale: #666666. Windows color (decimal): -6989770 or 3561621. OLE color: 3561621.

HSL color Cylindrical-coordinate representation of color #955836: hue angle of 21.47º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #955836 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1498854-
CMYK00.410.640.42
HSL21.47º46.8%39.8%-
HSV(B)21.47º63.76%58.43%-
XYZ16.5513.645.25-
YUV102.36100.71161.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=51.20%
G=30.24%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149885400.410.640.4221.4746.839.8
Hex955836029402A152f28
Octal2251306605110052255750
Binary1001010110110001101100101001100000010101010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955836; }

 p { color: rgb(149,88,54); }

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

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

 a { background-color: rgb(149,88,54); }

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

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

 span { border-color: rgb(149,88,54); }

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