Html Css Color HEX #703118 Peru Tan

📋 copy color: '#703118'

red 112 ◦ green 49 ◦ blue 24

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

Shades of Peru Tan #703118

Tints of Peru Tan #703118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 60.54%
G = 26.49%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#703118 (or 0x703118) is known color: Peru Tan. HEX triplet: 70, 31 and 18. RGB value is (112,49,24). Sum of RGB (Red+Green+Blue) = 112+49+24=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703118 is #8FCEE7. Grayscale: #414141. Windows color (decimal): -9424616 or 1585520. OLE color: 1585520.

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

Color convert

RGB 112 49 24 -
CMYK 0 0.56 0.79 0.56
HSL 17.05º 0.65% 0.27% -
HSV(B) 17.05º 0.79% 0.44% -
XYZ 7.95 5.71 1.55 -
YUV 64.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 112 49 24 0 0.56 0.79 0.56 17.05 0.65 0.27
Hex 70 31 18 0 38 4F 38 11 41 1B
Octal 160 61 30 0 70 117 70 21 101 33
Binary 1110000 110001 11000 0 111000 1001111 111000 10001 1000001 11011

Color Harmonies of #703118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703118

Black with #703118

Text Example


Text Example

White with #703118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703118; }

 p { color: rgb(112,49,24); }

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

background-color css

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

 a { background-color: rgb(112,49,24); }

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

border-color css

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

 span { border-color: rgb(112,49,24); }

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