#752C2F

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

Shades of Tamarillo #752C2F

Tints of Tamarillo #752C2F

Color information

#752C2F (or 0x752C2F) is unknown color: approx Tamarillo. HEX triplet: 75, 2C and 2F. RGB value is (117,44,47). Sum of RGB (Red+Green+Blue) = 117+44+47=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C2F is #8AD3D0. Grayscale: #424242. Windows color (decimal): -9098193 or 3091573. OLE color: 3091573.

HSL color Cylindrical-coordinate representation of color #752C2F: hue angle of 357.53º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C2F is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1174447-
CMYK00.620.600.54
HSL357.53º45.34%31.57%-
HSV(B)357.53º62.39%45.88%-
XYZ8.755.793.35-
YUV66.17117.18164.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=56.25%
G=21.15%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117444700.620.600.54357.5345.3431.57
Hex752C2F03E3C361662d20
Octal165545707674665465540
Binary11101011011001011110111110111100110110101100110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752C2F; }

 p { color: rgb(117,44,47); }

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

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

 a { background-color: rgb(117,44,47); }

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

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

 span { border-color: rgb(117,44,47); }

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