#782B2E

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

Shades of Tamarillo #782B2E

Tints of Tamarillo #782B2E

Color information

#782B2E (or 0x782B2E) is unknown color: approx Tamarillo. HEX triplet: 78, 2B and 2E. RGB value is (120,43,46). Sum of RGB (Red+Green+Blue) = 120+43+46=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #782B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B2E is #87D4D1. Grayscale: #424242. Windows color (decimal): -8901842 or 3025784. OLE color: 3025784.

HSL color Cylindrical-coordinate representation of color #782B2E: hue angle of 357.66º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782B2E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1204346-
CMYK00.640.620.53
HSL357.66º47.24%31.96%-
HSV(B)357.66º64.17%47.06%-
XYZ9.15.923.25-
YUV66.36116.51166.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.42%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=57.42%
G=20.57%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120434600.640.620.53357.6647.2431.96
Hex782B2E0403E351662f20
Octal1705356010076655465740
Binary111100010101110111001000000111110110101101100110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782B2E; }

 p { color: rgb(120,43,46); }

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

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

 a { background-color: rgb(120,43,46); }

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

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

 span { border-color: rgb(120,43,46); }

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