#752B2D

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

Shades of Tamarillo #752B2D

Tints of Tamarillo #752B2D

Color information

#752B2D (or 0x752B2D) is unknown color: approx Tamarillo. HEX triplet: 75, 2B and 2D. RGB value is (117,43,45). Sum of RGB (Red+Green+Blue) = 117+43+45=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B2D is #8AD4D2. Grayscale: #414141. Windows color (decimal): -9098451 or 2960245. OLE color: 2960245.

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

Color convert

RGB1174345-
CMYK00.630.620.54
HSL358.38º46.25%31.37%-
HSV(B)358.38º63.25%45.88%-
XYZ8.675.73.13-
YUV65.35116.52164.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 43 (17.19% from 255) = 20.98%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=57.07%
G=20.98%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117434500.630.620.54358.3846.2531.37
Hex752B2D03F3E361662e1f
Octal165535507776665465637
Binary1110101101011101101011111111111011011010110011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,43,45); }

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

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

 a { background-color: rgb(117,43,45); }

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

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

 span { border-color: rgb(117,43,45); }

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