Html Css Color HEX #704022 Peru Tan

📋 copy color: '#704022'

red 112 ◦ green 64 ◦ blue 34

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

Shades of Peru Tan #704022

Tints of Peru Tan #704022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 34 (13.67% from 255) = 16.19%

R = 53.33%
G = 30.48%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#704022 (or 0x704022) is known color: Peru Tan. HEX triplet: 70, 40 and 22. RGB value is (112,64,34). Sum of RGB (Red+Green+Blue) = 112+64+34=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #704022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704022 is #8FBFDD. Grayscale: #4B4B4B. Windows color (decimal): -9420766 or 2244720. OLE color: 2244720.

HSL color Cylindrical-coordinate representation of color #704022: hue angle of 23.08º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704022 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 34 -
CMYK 0 0.43 0.70 0.56
HSL 23.08º 0.53% 0.29% -
HSV(B) 23.08º 0.7% 0.44% -
XYZ 8.8 7.23 2.44 -
YUV 74.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 112 64 34 0 0.43 0.70 0.56 23.08 0.53 0.29
Hex 70 40 22 0 2B 46 38 17 35 1D
Octal 160 100 42 0 53 106 70 27 65 35
Binary 1110000 1000000 100010 0 101011 1000110 111000 10111 110101 11101

Color Harmonies of #704022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704022

Black with #704022

Text Example


Text Example

White with #704022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704022; }

 p { color: rgb(112,64,34); }

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

background-color css

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

 a { background-color: rgb(112,64,34); }

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

border-color css

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

 span { border-color: rgb(112,64,34); }

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