#714538

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

Shades of Peanut #714538

Tints of Peanut #714538

Color information

#714538 (or 0x714538) is unknown color: approx Peanut. HEX triplet: 71, 45 and 38. RGB value is (113,69,56). Sum of RGB (Red+Green+Blue) = 113+69+56=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #714538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714538 is #8EBAC7. Grayscale: #505050. Windows color (decimal): -9353928 or 3687793. OLE color: 3687793.

HSL color Cylindrical-coordinate representation of color #714538: hue angle of 13.68º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #714538 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1136956-
CMYK00.390.500.56
HSL13.68º33.73%33.14%-
HSV(B)13.68º50.44%44.31%-
XYZ9.658.054.79-
YUV80.67114.08151.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=47.48%
G=28.99%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113695600.390.500.5613.6833.7333.14
Hex7145380273238e2221
Octal161105700476270164241
Binary1110001100010111100001001111100101110001110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714538; }

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

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

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

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

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

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

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

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