#7A3F30

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

Shades of Peanut #7A3F30

Tints of Peanut #7A3F30

Color information

#7A3F30 (or 0x7A3F30) is unknown color: approx Peanut. HEX triplet: 7A, 3F and 30. RGB value is (122,63,48). Sum of RGB (Red+Green+Blue) = 122+63+48=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F30 is #85C0CF. Grayscale: #4F4F4F. Windows color (decimal): -8765648 or 3161978. OLE color: 3161978.

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

Color convert

RGB1226348-
CMYK00.480.610.52
HSL12.16º43.53%33.33%-
HSV(B)12.16º60.66%47.84%-
XYZ10.347.913.78-
YUV78.93110.55158.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.36%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=52.36%
G=27.04%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122634800.480.610.5212.1643.5333.33
Hex7A3F300303D34c2c21
Octal17277600607564145441
Binary111101011111111000001100001111011101001100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,63,48); }

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

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

 a { background-color: rgb(122,63,48); }

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

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

 span { border-color: rgb(122,63,48); }

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