#925B33

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

Shades of Indochine #925B33

Tints of Indochine #925B33

Color information

#925B33 (or 0x925B33) is unknown color: approx Indochine. HEX triplet: 92, 5B and 33. RGB value is (146,91,51). Sum of RGB (Red+Green+Blue) = 146+91+51=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #925B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B33 is #6DA4CC. Grayscale: #676767. Windows color (decimal): -7185613 or 3365778. OLE color: 3365778.

HSL color Cylindrical-coordinate representation of color #925B33: hue angle of 25.26º 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 #925B33 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB1469151-
CMYK00.380.650.43
HSL25.26º48.22%38.63%-
HSV(B)25.26º65.07%57.25%-
XYZ16.1913.834.95-
YUV102.8898.72158.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.69%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=50.69%
G=31.60%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146915100.380.650.4325.2648.2238.63
Hex925B33026412B193027
Octal2221336304610153316047
Binary1001001010110111100110100110100000110101111001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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