Html Css Color HEX #704436 Peanut

📋 copy color: '#704436'

red 112 ◦ green 68 ◦ blue 54

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

Shades of Peanut #704436

Tints of Peanut #704436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 47.86%
G = 29.06%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#704436 (or 0x704436) is known color: Peanut. HEX triplet: 70, 44 and 36. RGB value is (112,68,54). Sum of RGB (Red+Green+Blue) = 112+68+54=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704436 is #8FBBC9. Grayscale: #4F4F4F. Windows color (decimal): -9419722 or 3556464. OLE color: 3556464.

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

Color convert

RGB 112 68 54 -
CMYK 0 0.39 0.52 0.56
HSL 14.48º 0.35% 0.33% -
HSV(B) 14.48º 0.52% 0.44% -
XYZ 9.42 7.85 4.51 -
YUV 79.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 112 68 54 0 0.39 0.52 0.56 14.48 0.35 0.33
Hex 70 44 36 0 27 34 38 E 23 21
Octal 160 104 66 0 47 64 70 16 43 41
Binary 1110000 1000100 110110 0 100111 110100 111000 1110 100011 100001

Color Harmonies of #704436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704436

Black with #704436

Text Example


Text Example

White with #704436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704436; }

 p { color: rgb(112,68,54); }

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

background-color css

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

 a { background-color: rgb(112,68,54); }

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

border-color css

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

 span { border-color: rgb(112,68,54); }

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