Html Css Color HEX #703710 Peru Tan

📋 copy color: '#703710'

red 112 ◦ green 55 ◦ blue 16

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

Shades of Peru Tan #703710

Tints of Peru Tan #703710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.05%

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 61.2%
G = 30.05%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#703710 (or 0x703710) is known color: Peru Tan. HEX triplet: 70, 37 and 10. RGB value is (112,55,16). Sum of RGB (Red+Green+Blue) = 112+55+16=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #703710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703710 is #8FC8EF. Grayscale: #434343. Windows color (decimal): -9423088 or 1062768. OLE color: 1062768.

HSL color Cylindrical-coordinate representation of color #703710: hue angle of 24.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #703710 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 16 -
CMYK 0 0.51 0.86 0.56
HSL 24.38º 0.75% 0.25% -
HSV(B) 24.38º 0.86% 0.44% -
XYZ 8.14 6.21 1.26 -
YUV 67.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 112 55 16 0 0.51 0.86 0.56 24.38 0.75 0.25
Hex 70 37 10 0 33 56 38 18 4B 19
Octal 160 67 20 0 63 126 70 30 113 31
Binary 1110000 110111 10000 0 110011 1010110 111000 11000 1001011 11001

Color Harmonies of #703710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703710

Black with #703710

Text Example


Text Example

White with #703710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703710; }

 p { color: rgb(112,55,16); }

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

background-color css

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

 a { background-color: rgb(112,55,16); }

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

border-color css

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

 span { border-color: rgb(112,55,16); }

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