Html Css Color HEX #714839 Peanut

📋 copy color: '#714839'

red 113 ◦ green 72 ◦ blue 57

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

Shades of Peanut #714839

Tints of Peanut #714839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.75%

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

R = 46.69%
G = 29.75%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714839 (or 0x714839) is known color: Peanut. HEX triplet: 71, 48 and 39. RGB value is (113,72,57). Sum of RGB (Red+Green+Blue) = 113+72+57=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #714839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714839 is #8EB7C6. Grayscale: #525252. Windows color (decimal): -9353159 or 3754097. OLE color: 3754097.

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

Color convert

RGB 113 72 57 -
CMYK 0 0.36 0.50 0.56
HSL 16.07º 0.33% 0.33% -
HSV(B) 16.07º 0.5% 0.44% -
XYZ 9.87 8.44 4.98 -
YUV 82.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 113 72 57 0 0.36 0.50 0.56 16.07 0.33 0.33
Hex 71 48 39 0 24 32 38 10 21 21
Octal 161 110 71 0 44 62 70 20 41 41
Binary 1110001 1001000 111001 0 100100 110010 111000 10000 100001 100001

Color Harmonies of #714839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714839

Black with #714839

Text Example


Text Example

White with #714839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714839; }

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

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

background-color css

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

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

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

border-color css

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

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

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