#714638

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

Shades of Peanut #714638

Tints of Peanut #714638

Color information

#714638 (or 0x714638) is unknown color: approx Peanut. HEX triplet: 71, 46 and 38. RGB value is (113,70,56). Sum of RGB (Red+Green+Blue) = 113+70+56=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #714638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714638 is #8EB9C7. Grayscale: #515151. Windows color (decimal): -9353672 or 3688049. OLE color: 3688049.

HSL color Cylindrical-coordinate representation of color #714638: hue angle of 14.74º 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 #714638 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1137056-
CMYK00.380.500.56
HSL14.74º33.73%33.14%-
HSV(B)14.74º50.44%44.31%-
XYZ9.718.184.81-
YUV81.26113.75150.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=47.28%
G=29.29%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113705600.380.500.5614.7433.7333.14
Hex7146380263238f2221
Octal161106700466270174241
Binary1110001100011011100001001101100101110001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714638; }

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

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

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

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

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

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

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

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