#924630

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

Shades of Tia Maria #924630

Tints of Tia Maria #924630

Color information

#924630 (or 0x924630) is unknown color: approx Tia Maria. HEX triplet: 92, 46 and 30. RGB value is (146,70,48). Sum of RGB (Red+Green+Blue) = 146+70+48=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #924630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924630 is #6DB9CF. Grayscale: #5A5A5A. Windows color (decimal): -7190992 or 3163794. OLE color: 3163794.

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

Color convert

RGB1467048-
CMYK00.520.670.43
HSL13.47º50.52%38.04%-
HSV(B)13.47º67.12%57.25%-
XYZ14.5810.74.09-
YUV90.22104.18167.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.30%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=55.30%
G=26.52%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146704800.520.670.4313.4750.5238.04
Hex924630034432Bd3326
Octal2221066006410353156346
Binary100100101000110110000011010010000111010111101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924630; }

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

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

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

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

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

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

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

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