#703A1B

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

Shades of Peru Tan #703A1B

Tints of Peru Tan #703A1B

Color information

#703A1B (or 0x703A1B) is unknown color: approx Peru Tan. HEX triplet: 70, 3A and 1B. RGB value is (112,58,27). Sum of RGB (Red+Green+Blue) = 112+58+27=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #703A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A1B is #8FC5E4. Grayscale: #464646. Windows color (decimal): -9422309 or 1784432. OLE color: 1784432.

HSL color Cylindrical-coordinate representation of color #703A1B: hue angle of 21.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #703A1B is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1125827-
CMYK00.480.760.56
HSL21.88º61.15%27.25%-
HSV(B)21.88º75.89%43.92%-
XYZ8.396.551.86-
YUV70.61103.39157.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=56.85%
G=29.44%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112582700.480.760.5621.8861.1527.25
Hex703A1B0304C38163d1b
Octal160723306011470267533
Binary111000011101011011011000010011001110001011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A1B; }

 p { color: rgb(112,58,27); }

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

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

 a { background-color: rgb(112,58,27); }

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

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

 span { border-color: rgb(112,58,27); }

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