Html Css Color HEX #704639 Peanut

📋 copy color: '#704639'

red 112 ◦ green 70 ◦ blue 57

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

Shades of Peanut #704639

Tints of Peanut #704639

RGB

 RED value IS 112 (44.14% from 255) = 46.86%

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

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

R = 46.86%
G = 29.29%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#704639 (or 0x704639) is known color: Peanut. HEX triplet: 70, 46 and 39. RGB value is (112,70,57). Sum of RGB (Red+Green+Blue) = 112+70+57=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #704639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704639 is #8FB9C6. Grayscale: #515151. Windows color (decimal): -9419207 or 3753584. OLE color: 3753584.

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

Color convert

RGB 112 70 57 -
CMYK 0 0.38 0.49 0.56
HSL 14.18º 0.33% 0.33% -
HSV(B) 14.18º 0.49% 0.44% -
XYZ 9.61 8.12 4.93 -
YUV 81.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 112 70 57 0 0.38 0.49 0.56 14.18 0.33 0.33
Hex 70 46 39 0 26 31 38 E 21 21
Octal 160 106 71 0 46 61 70 16 41 41
Binary 1110000 1000110 111001 0 100110 110001 111000 1110 100001 100001

Color Harmonies of #704639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704639

Black with #704639

Text Example


Text Example

White with #704639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704639; }

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

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

background-color css

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

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

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

border-color css

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

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

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