#924631

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

Shades of Tia Maria #924631

Tints of Tia Maria #924631

Color information

#924631 (or 0x924631) is unknown color: approx Tia Maria. HEX triplet: 92, 46 and 31. RGB value is (146,70,49). Sum of RGB (Red+Green+Blue) = 146+70+49=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #924631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924631 is #6DB9CE. Grayscale: #5A5A5A. Windows color (decimal): -7190991 or 3229330. OLE color: 3229330.

HSL color Cylindrical-coordinate representation of color #924631: hue angle of 12.99º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924631 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1467049-
CMYK00.520.660.43
HSL12.99º49.74%38.24%-
HSV(B)12.99º66.44%57.25%-
XYZ14.610.714.2-
YUV90.33104.68167.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=55.09%
G=26.42%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146704900.520.660.4312.9949.7438.24
Hex924631034422Bd3226
Octal2221066106410253156246
Binary100100101000110110001011010010000101010111101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924631; }

 p { color: rgb(146,70,49); }

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

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

 a { background-color: rgb(146,70,49); }

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

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

 span { border-color: rgb(146,70,49); }

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