#752830

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

Shades of Tamarillo #752830

Tints of Tamarillo #752830

Color information

#752830 (or 0x752830) is unknown color: approx Tamarillo. HEX triplet: 75, 28 and 30. RGB value is (117,40,48). Sum of RGB (Red+Green+Blue) = 117+40+48=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752830 is #8AD7CF. Grayscale: #3F3F3F. Windows color (decimal): -9099216 or 3156085. OLE color: 3156085.

HSL color Cylindrical-coordinate representation of color #752830: hue angle of 353.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752830 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1174048-
CMYK00.660.590.54
HSL353.77º49.04%30.78%-
HSV(B)353.77º65.81%45.88%-
XYZ8.635.513.41-
YUV63.93119.01165.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=57.07%
G=19.51%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117404800.660.590.54353.7749.0430.78
Hex7528300423B36162311f
Octal1655060010273665426137
Binary11101011010001100000100001011101111011010110001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752830; }

 p { color: rgb(117,40,48); }

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

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

 a { background-color: rgb(117,40,48); }

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

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

 span { border-color: rgb(117,40,48); }

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