Html Css Color HEX #703B20 Peru Tan

📋 copy color: '#703B20'

red 112 ◦ green 59 ◦ blue 32

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

Shades of Peru Tan #703B20

Tints of Peru Tan #703B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.06%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 55.17%
G = 29.06%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#703B20 (or 0x703B20) is known color: Peru Tan. HEX triplet: 70, 3B and 20. RGB value is (112,59,32). Sum of RGB (Red+Green+Blue) = 112+59+32=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B20 is #8FC4DF. Grayscale: #474747. Windows color (decimal): -9422048 or 2112368. OLE color: 2112368.

HSL color Cylindrical-coordinate representation of color #703B20: hue angle of 20.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703B20 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 59 32 -
CMYK 0 0.47 0.71 0.56
HSL 20.25º 0.56% 0.28% -
HSV(B) 20.25º 0.71% 0.44% -
XYZ 8.51 6.68 2.21 -
YUV 71.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 112 59 32 0 0.47 0.71 0.56 20.25 0.56 0.28
Hex 70 3B 20 0 2F 47 38 14 38 1C
Octal 160 73 40 0 57 107 70 24 70 34
Binary 1110000 111011 100000 0 101111 1000111 111000 10100 111000 11100

Color Harmonies of #703B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B20

Black with #703B20

Text Example


Text Example

White with #703B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,59,32); }

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

background-color css

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

 a { background-color: rgb(112,59,32); }

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

border-color css

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

 span { border-color: rgb(112,59,32); }

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