#925C34

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

Shades of Indochine #925C34

Tints of Indochine #925C34

Color information

#925C34 (or 0x925C34) is unknown color: approx Indochine. HEX triplet: 92, 5C and 34. RGB value is (146,92,52). Sum of RGB (Red+Green+Blue) = 146+92+52=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #925C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C34 is #6DA3CB. Grayscale: #676767. Windows color (decimal): -7185356 or 3431570. OLE color: 3431570.

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

Color convert

RGB1469252-
CMYK00.370.640.43
HSL25.53º47.47%38.82%-
HSV(B)25.53º64.38%57.25%-
XYZ16.314.015.09-
YUV103.5998.89158.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.34%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=50.34%
G=31.72%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146925200.370.640.4325.5347.4738.82
Hex925C34025402B1a2f27
Octal2221346404510053325747
Binary1001001010111001101000100101100000010101111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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