#945C36

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

Shades of Indochine #945C36

Tints of Indochine #945C36

Color information

#945C36 (or 0x945C36) is unknown color: approx Indochine. HEX triplet: 94, 5C and 36. RGB value is (148,92,54). Sum of RGB (Red+Green+Blue) = 148+92+54=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #945C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945C36 is #6BA3C9. Grayscale: #686868. Windows color (decimal): -7054282 or 3562644. OLE color: 3562644.

HSL color Cylindrical-coordinate representation of color #945C36: hue angle of 24.26º 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 #945C36 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1489254-
CMYK00.380.640.42
HSL24.26º46.53%39.61%-
HSV(B)24.26º63.51%58.04%-
XYZ16.7114.225.35-
YUV104.4199.55159.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=50.34%
G=31.29%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148925400.380.640.4224.2646.5339.61
Hex945C36026402A182f28
Octal2241346604610052305750
Binary1001010010111001101100100110100000010101011000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945C36; }

 p { color: rgb(148,92,54); }

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

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

 a { background-color: rgb(148,92,54); }

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

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

 span { border-color: rgb(148,92,54); }

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