Html Css Color HEX #702F15 Peru Tan

📋 copy color: '#702F15'

red 112 ◦ green 47 ◦ blue 21

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

Shades of Peru Tan #702F15

Tints of Peru Tan #702F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.11%

 BLUE value IS 21 (8.59% from 255) = 11.67%

R = 62.22%
G = 26.11%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#702F15 (or 0x702F15) is known color: Peru Tan. HEX triplet: 70, 2F and 15. RGB value is (112,47,21). Sum of RGB (Red+Green+Blue) = 112+47+21=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #702F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F15 is #8FD0EA. Grayscale: #3F3F3F. Windows color (decimal): -9425131 or 1388400. OLE color: 1388400.

HSL color Cylindrical-coordinate representation of color #702F15: hue angle of 17.14º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #702F15 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 21 -
CMYK 0 0.58 0.81 0.56
HSL 17.14º 0.68% 0.26% -
HSV(B) 17.14º 0.81% 0.44% -
XYZ 7.83 5.53 1.36 -
YUV 63.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 112 47 21 0 0.58 0.81 0.56 17.14 0.68 0.26
Hex 70 2F 15 0 3A 51 38 11 44 1A
Octal 160 57 25 0 72 121 70 21 104 32
Binary 1110000 101111 10101 0 111010 1010001 111000 10001 1000100 11010

Color Harmonies of #702F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F15

Black with #702F15

Text Example


Text Example

White with #702F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F15; }

 p { color: rgb(112,47,21); }

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

background-color css

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

 a { background-color: rgb(112,47,21); }

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

border-color css

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

 span { border-color: rgb(112,47,21); }

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