#752728

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

Shades of Tamarillo #752728

Tints of Tamarillo #752728

Color information

#752728 (or 0x752728) is unknown color: approx Tamarillo. HEX triplet: 75, 27 and 28. RGB value is (117,39,40). Sum of RGB (Red+Green+Blue) = 117+39+40=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752728 is #8AD8D7. Grayscale: #3E3E3E. Windows color (decimal): -9099480 or 2631541. OLE color: 2631541.

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

Color convert

RGB1173940-
CMYK00.670.660.54
HSL359.23º50%30.59%-
HSV(B)359.23º66.67%45.88%-
XYZ8.445.392.6-
YUV62.44115.34166.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 39 (15.62% from 255) = 19.90%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=59.69%
G=19.90%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117394000.670.660.54359.235030.59
Hex7527280434236167321f
Octal16547500103102665476237
Binary111010110011110100001000011100001011011010110011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752728; }

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

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

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

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

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

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

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

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