#764538

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

Shades of Peanut #764538

Tints of Peanut #764538

Color information

#764538 (or 0x764538) is unknown color: approx Peanut. HEX triplet: 76, 45 and 38. RGB value is (118,69,56). Sum of RGB (Red+Green+Blue) = 118+69+56=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #764538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764538 is #89BAC7. Grayscale: #525252. Windows color (decimal): -9026248 or 3687798. OLE color: 3687798.

HSL color Cylindrical-coordinate representation of color #764538: hue angle of 12.58º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764538 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB1186956-
CMYK00.420.530.54
HSL12.58º35.63%34.12%-
HSV(B)12.58º52.54%46.27%-
XYZ10.318.394.82-
YUV82.17113.23153.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=48.56%
G=28.40%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118695600.420.530.5412.5835.6334.12
Hex76453802A3536d2422
Octal166105700526566154442
Binary1110110100010111100001010101101011101101101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764538; }

 p { color: rgb(118,69,56); }

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

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

 a { background-color: rgb(118,69,56); }

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

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

 span { border-color: rgb(118,69,56); }

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