Html Css Color HEX #703613 Peru Tan

📋 copy color: '#703613'

red 112 ◦ green 54 ◦ blue 19

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

Shades of Peru Tan #703613

Tints of Peru Tan #703613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 60.54%
G = 29.19%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#703613 (or 0x703613) is known color: Peru Tan. HEX triplet: 70, 36 and 13. RGB value is (112,54,19). Sum of RGB (Red+Green+Blue) = 112+54+19=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703613 is #8FC9EC. Grayscale: #434343. Windows color (decimal): -9423341 or 1259120. OLE color: 1259120.

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

Color convert

RGB 112 54 19 -
CMYK 0 0.52 0.83 0.56
HSL 22.58º 0.71% 0.26% -
HSV(B) 22.58º 0.83% 0.44% -
XYZ 8.12 6.13 1.37 -
YUV 67.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 112 54 19 0 0.52 0.83 0.56 22.58 0.71 0.26
Hex 70 36 13 0 34 53 38 17 47 1A
Octal 160 66 23 0 64 123 70 27 107 32
Binary 1110000 110110 10011 0 110100 1010011 111000 10111 1000111 11010

Color Harmonies of #703613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703613

Black with #703613

Text Example


Text Example

White with #703613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703613; }

 p { color: rgb(112,54,19); }

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

background-color css

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

 a { background-color: rgb(112,54,19); }

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

border-color css

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

 span { border-color: rgb(112,54,19); }

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