Html Css Color HEX #714738 Peanut

📋 copy color: '#714738'

red 113 ◦ green 71 ◦ blue 56

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

Shades of Peanut #714738

Tints of Peanut #714738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 47.08%
G = 29.58%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#714738 (or 0x714738) is known color: Peanut. HEX triplet: 71, 47 and 38. RGB value is (113,71,56). Sum of RGB (Red+Green+Blue) = 113+71+56=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #714738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714738 is #8EB8C7. Grayscale: #515151. Windows color (decimal): -9353416 or 3688305. OLE color: 3688305.

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

Color convert

RGB 113 71 56 -
CMYK 0 0.37 0.50 0.56
HSL 15.79º 0.34% 0.33% -
HSV(B) 15.79º 0.5% 0.44% -
XYZ 9.78 8.3 4.83 -
YUV 81.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 113 71 56 0 0.37 0.50 0.56 15.79 0.34 0.33
Hex 71 47 38 0 25 32 38 10 22 21
Octal 161 107 70 0 45 62 70 20 42 41
Binary 1110001 1000111 111000 0 100101 110010 111000 10000 100010 100001

Color Harmonies of #714738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714738

Black with #714738

Text Example


Text Example

White with #714738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714738; }

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

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

background-color css

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

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

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

border-color css

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

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

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