#925C33

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

Shades of Indochine #925C33

Tints of Indochine #925C33

Color information

#925C33 (or 0x925C33) is unknown color: approx Indochine. HEX triplet: 92, 5C and 33. RGB value is (146,92,51). Sum of RGB (Red+Green+Blue) = 146+92+51=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #925C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C33 is #6DA3CC. Grayscale: #676767. Windows color (decimal): -7185357 or 3366034. OLE color: 3366034.

HSL color Cylindrical-coordinate representation of color #925C33: hue angle of 25.89º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #925C33 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1469251-
CMYK00.370.650.43
HSL25.89º48.22%38.63%-
HSV(B)25.89º65.07%57.25%-
XYZ16.28144.98-
YUV103.4798.39158.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=50.52%
G=31.83%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146925100.370.650.4325.8948.2238.63
Hex925C33025412B1a3027
Octal2221346304510153326047
Binary1001001010111001100110100101100000110101111010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925C33; }

 p { color: rgb(146,92,51); }

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

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

 a { background-color: rgb(146,92,51); }

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

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

 span { border-color: rgb(146,92,51); }

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