Html Css Color HEX #702F11 Peru Tan

📋 copy color: '#702F11'

red 112 ◦ green 47 ◦ blue 17

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

Shades of Peru Tan #702F11

Tints of Peru Tan #702F11

RGB

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

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

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

R = 63.64%
G = 26.7%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#702F11 (or 0x702F11) is known color: Peru Tan. HEX triplet: 70, 2F and 11. RGB value is (112,47,17). Sum of RGB (Red+Green+Blue) = 112+47+17=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #702F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F11 is #8FD0EE. Grayscale: #3F3F3F. Windows color (decimal): -9425135 or 1126256. OLE color: 1126256.

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

Color convert

RGB 112 47 17 -
CMYK 0 0.58 0.85 0.56
HSL 18.95º 0.74% 0.25% -
HSV(B) 18.95º 0.85% 0.44% -
XYZ 7.8 5.52 1.18 -
YUV 63.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 112 47 17 0 0.58 0.85 0.56 18.95 0.74 0.25
Hex 70 2F 11 0 3A 55 38 13 4A 19
Octal 160 57 21 0 72 125 70 23 112 31
Binary 1110000 101111 10001 0 111010 1010101 111000 10011 1001010 11001

Color Harmonies of #702F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F11

Black with #702F11

Text Example


Text Example

White with #702F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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