#7A4434

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

Shades of Peanut #7A4434

Tints of Peanut #7A4434

Color information

#7A4434 (or 0x7A4434) is unknown color: approx Peanut. HEX triplet: 7A, 44 and 34. RGB value is (122,68,52). Sum of RGB (Red+Green+Blue) = 122+68+52=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4434 is #85BBCB. Grayscale: #525252. Windows color (decimal): -8764364 or 3425402. OLE color: 3425402.

HSL color Cylindrical-coordinate representation of color #7A4434: hue angle of 13.71º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A4434 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB1226852-
CMYK00.440.570.52
HSL13.71º40.23%34.12%-
HSV(B)13.71º57.38%47.84%-
XYZ10.718.524.33-
YUV82.32110.89156.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.41%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=50.41%
G=28.10%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122685200.440.570.5213.7140.2334.12
Hex7A443402C3934e2822
Octal172104640547164165042
Binary1111010100010011010001011001110011101001110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,68,52); }

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

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

 a { background-color: rgb(122,68,52); }

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

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

 span { border-color: rgb(122,68,52); }

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