Html Css Color HEX #704538 Peanut

📋 copy color: '#704538'

red 112 ◦ green 69 ◦ blue 56

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

Shades of Peanut #704538

Tints of Peanut #704538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 47.26%
G = 29.11%
B = 23.63%

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

#704538 (or 0x704538) is known color: Peanut. HEX triplet: 70, 45 and 38. RGB value is (112,69,56). Sum of RGB (Red+Green+Blue) = 112+69+56=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704538 is #8FBAC7. Grayscale: #505050. Windows color (decimal): -9419464 or 3687792. OLE color: 3687792.

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

Color convert

RGB 112 69 56 -
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.52 7.99 4.78 -
YUV 80.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 112 69 56 0 0.38 0.50 0.56 13.93 0.33 0.33
Hex 70 45 38 0 26 32 38 E 21 21
Octal 160 105 70 0 46 62 70 16 41 41
Binary 1110000 1000101 111000 0 100110 110010 111000 1110 100001 100001

Color Harmonies of #704538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704538

Black with #704538

Text Example


Text Example

White with #704538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704538; }

 p { color: rgb(112,69,56); }

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

background-color css

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

 a { background-color: rgb(112,69,56); }

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

border-color css

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

 span { border-color: rgb(112,69,56); }

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