Html Css Color HEX #702E14 Peru Tan

📋 copy color: '#702E14'

red 112 ◦ green 46 ◦ blue 20

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

Shades of Peru Tan #702E14

Tints of Peru Tan #702E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.84%

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

R = 62.92%
G = 25.84%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702E14 (or 0x702E14) is known color: Peru Tan. HEX triplet: 70, 2E and 14. RGB value is (112,46,20). Sum of RGB (Red+Green+Blue) = 112+46+20=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #702E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E14 is #8FD1EB. Grayscale: #3E3E3E. Windows color (decimal): -9425388 or 1322608. OLE color: 1322608.

HSL color Cylindrical-coordinate representation of color #702E14: hue angle of 16.96º 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 #702E14 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 46 20 -
CMYK 0 0.59 0.82 0.56
HSL 16.96º 0.7% 0.26% -
HSV(B) 16.96º 0.82% 0.44% -
XYZ 7.79 5.45 1.3 -
YUV 62.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 112 46 20 0 0.59 0.82 0.56 16.96 0.7 0.26
Hex 70 2E 14 0 3B 52 38 11 46 1A
Octal 160 56 24 0 73 122 70 21 106 32
Binary 1110000 101110 10100 0 111011 1010010 111000 10001 1000110 11010

Color Harmonies of #702E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E14

Black with #702E14

Text Example


Text Example

White with #702E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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