Html Css Color HEX #702E11 Peru Tan

📋 copy color: '#702E11'

red 112 ◦ green 46 ◦ blue 17

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

Shades of Peru Tan #702E11

Tints of Peru Tan #702E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 64%
G = 26.29%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#702E11 (or 0x702E11) is known color: Peru Tan. HEX triplet: 70, 2E and 11. RGB value is (112,46,17). Sum of RGB (Red+Green+Blue) = 112+46+17=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #702E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E11 is #8FD1EE. Grayscale: #3E3E3E. Windows color (decimal): -9425391 or 1126000. OLE color: 1126000.

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

Color convert

RGB 112 46 17 -
CMYK 0 0.59 0.85 0.56
HSL 18.32º 0.74% 0.25% -
HSV(B) 18.32º 0.85% 0.44% -
XYZ 7.76 5.44 1.17 -
YUV 62.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 112 46 17 0 0.59 0.85 0.56 18.32 0.74 0.25
Hex 70 2E 11 0 3B 55 38 12 4A 19
Octal 160 56 21 0 73 125 70 22 112 31
Binary 1110000 101110 10001 0 111011 1010101 111000 10010 1001010 11001

Color Harmonies of #702E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E11

Black with #702E11

Text Example


Text Example

White with #702E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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