Html Css Color HEX #714639 Peanut

📋 copy color: '#714639'

red 113 ◦ green 70 ◦ blue 57

#714639
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peanut #714639

Tints of Peanut #714639

RGB

 RED value IS 113 (44.53% from 255) = 47.08%

 GREEN value IS 70 (27.73% from 255) = 29.17%

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 47.08%
G = 29.17%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714639 (or 0x714639) is known color: Peanut. HEX triplet: 71, 46 and 39. RGB value is (113,70,57). Sum of RGB (Red+Green+Blue) = 113+70+57=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #714639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714639 is #8EB9C6. Grayscale: #515151. Windows color (decimal): -9353671 or 3753585. OLE color: 3753585.

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

Color convert

RGB 113 70 57 -
CMYK 0 0.38 0.50 0.56
HSL 13.93º 0.33% 0.33% -
HSV(B) 13.93º 0.5% 0.44% -
XYZ 9.74 8.19 4.94 -
YUV 81.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 113 70 57 0 0.38 0.50 0.56 13.93 0.33 0.33
Hex 71 46 39 0 26 32 38 E 21 21
Octal 161 106 71 0 46 62 70 16 41 41
Binary 1110001 1000110 111001 0 100110 110010 111000 1110 100001 100001

Color Harmonies of #714639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714639

Black with #714639

Text Example


Text Example

White with #714639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714639; }

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

 H1.HeaderClassName
 {
   color: #714639;
 }
 .AnyTagClassName
 {
   color: #714639;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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