#7D3032

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

Shades of Tamarillo #7D3032

Tints of Tamarillo #7D3032

Color information

#7D3032 (or 0x7D3032) is unknown color: approx Tamarillo. HEX triplet: 7D, 30 and 32. RGB value is (125,48,50). Sum of RGB (Red+Green+Blue) = 125+48+50=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3032 is #82CFCD. Grayscale: #474747. Windows color (decimal): -8572878 or 3289213. OLE color: 3289213.

HSL color Cylindrical-coordinate representation of color #7D3032: hue angle of 358.44º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D3032 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB1254850-
CMYK00.620.600.51
HSL358.44º44.51%33.92%-
HSV(B)358.44º61.6%49.02%-
XYZ10.096.73.78-
YUV71.25116.01166.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 56.05%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=56.05%
G=21.52%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125485000.620.600.51358.4444.5133.92
Hex7D303203E3C331662d22
Octal175606207674635465542
Binary11111011100001100100111110111100110011101100110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D3032; }

 p { color: rgb(125,48,50); }

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

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

 a { background-color: rgb(125,48,50); }

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

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

 span { border-color: rgb(125,48,50); }

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