#752628

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

Shades of Tamarillo #752628

Tints of Tamarillo #752628

Color information

#752628 (or 0x752628) is unknown color: approx Tamarillo. HEX triplet: 75, 26 and 28. RGB value is (117,38,40). Sum of RGB (Red+Green+Blue) = 117+38+40=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #752628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752628 is #8AD9D7. Grayscale: #3D3D3D. Windows color (decimal): -9099736 or 2631285. OLE color: 2631285.

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

Color convert

RGB1173840-
CMYK00.680.660.54
HSL358.48º50.97%30.39%-
HSV(B)358.48º67.52%45.88%-
XYZ8.415.322.59-
YUV61.85115.67167.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 40 (16.02% from 255) = 20.51%
R=60%
G=19.49%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117384000.680.660.54358.4850.9730.39
Hex7526280444236166331e
Octal16546500104102665466336
Binary111010110011010100001000100100001011011010110011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752628; }

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

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

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

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

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

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

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

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