Html Css Color HEX #702F14 Peru Tan

📋 copy color: '#702F14'

red 112 ◦ green 47 ◦ blue 20

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

Shades of Peru Tan #702F14

Tints of Peru Tan #702F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 62.57%
G = 26.26%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702F14 (or 0x702F14) is known color: Peru Tan. HEX triplet: 70, 2F and 14. RGB value is (112,47,20). Sum of RGB (Red+Green+Blue) = 112+47+20=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #702F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F14 is #8FD0EB. Grayscale: #3F3F3F. Windows color (decimal): -9425132 or 1322864. OLE color: 1322864.

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

Color convert

RGB 112 47 20 -
CMYK 0 0.58 0.82 0.56
HSL 17.61º 0.7% 0.26% -
HSV(B) 17.61º 0.82% 0.44% -
XYZ 7.82 5.53 1.32 -
YUV 63.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 112 47 20 0 0.58 0.82 0.56 17.61 0.7 0.26
Hex 70 2F 14 0 3A 52 38 12 46 1A
Octal 160 57 24 0 72 122 70 22 106 32
Binary 1110000 101111 10100 0 111010 1010010 111000 10010 1000110 11010

Color Harmonies of #702F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F14

Black with #702F14

Text Example


Text Example

White with #702F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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