#704023

Color #704023 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #704023

Tints of Peru Tan #704023

Color information

#704023 (or 0x704023) is unknown color: approx Peru Tan. HEX triplet: 70, 40 and 23. RGB value is (112,64,35). Sum of RGB (Red+Green+Blue) = 112+64+35=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704023 is #8FBFDC. Grayscale: #4B4B4B. Windows color (decimal): -9420765 or 2310256. OLE color: 2310256.

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

Color convert

RGB1126435-
CMYK00.430.690.56
HSL22.6º52.38%28.82%-
HSV(B)22.6º68.75%43.92%-
XYZ8.827.232.52-
YUV75.05105.4154.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 35 (14.06% from 255) = 16.59%
R=53.08%
G=30.33%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112643500.430.690.5622.652.3828.82
Hex70402302B453817341d
Octal1601004305310570276435
Binary11100001000000100011010101110001011110001011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704023; }

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

 H1.HeaderClassName
 {
   color: #704023;
 }
 .AnyTagClassName
 {
   color: #704023;
 }
</style>
background-color css

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

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

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

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

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

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