Html Css Color HEX #703D20 Peru Tan

📋 copy color: '#703D20'

red 112 ◦ green 61 ◦ blue 32

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

Shades of Peru Tan #703D20

Tints of Peru Tan #703D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

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

R = 54.63%
G = 29.76%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#703D20 (or 0x703D20) is known color: Peru Tan. HEX triplet: 70, 3D and 20. RGB value is (112,61,32). Sum of RGB (Red+Green+Blue) = 112+61+32=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D20 is #8FC2DF. Grayscale: #494949. Windows color (decimal): -9421536 or 2112880. OLE color: 2112880.

HSL color Cylindrical-coordinate representation of color #703D20: hue angle of 21.75º 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 #703D20 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 61 32 -
CMYK 0 0.46 0.71 0.56
HSL 21.75º 0.56% 0.28% -
HSV(B) 21.75º 0.71% 0.44% -
XYZ 8.61 6.89 2.24 -
YUV 72.94 104.9 155.86 -
System Red Green Blue C M Y K H S L
Decimal 112 61 32 0 0.46 0.71 0.56 21.75 0.56 0.28
Hex 70 3D 20 0 2E 47 38 16 38 1C
Octal 160 75 40 0 56 107 70 26 70 34
Binary 1110000 111101 100000 0 101110 1000111 111000 10110 111000 11100

Color Harmonies of #703D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D20

Black with #703D20

Text Example


Text Example

White with #703D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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