Html Css Color HEX #702E12 Peru Tan

📋 copy color: '#702E12'

red 112 ◦ green 46 ◦ blue 18

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

Shades of Peru Tan #702E12

Tints of Peru Tan #702E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 63.64%
G = 26.14%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#702E12 (or 0x702E12) is known color: Peru Tan. HEX triplet: 70, 2E and 12. RGB value is (112,46,18). Sum of RGB (Red+Green+Blue) = 112+46+18=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #702E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E12 is #8FD1ED. Grayscale: #3E3E3E. Windows color (decimal): -9425390 or 1191536. OLE color: 1191536.

HSL color Cylindrical-coordinate representation of color #702E12: hue angle of 17.87º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #702E12 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 46 18 -
CMYK 0 0.59 0.84 0.56
HSL 17.87º 0.72% 0.25% -
HSV(B) 17.87º 0.84% 0.44% -
XYZ 7.77 5.44 1.21 -
YUV 62.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 112 46 18 0 0.59 0.84 0.56 17.87 0.72 0.25
Hex 70 2E 12 0 3B 54 38 12 48 19
Octal 160 56 22 0 73 124 70 22 110 31
Binary 1110000 101110 10010 0 111011 1010100 111000 10010 1001000 11001

Color Harmonies of #702E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E12

Black with #702E12

Text Example


Text Example

White with #702E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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