Html Css Color HEX #702C11 Peru Tan

📋 copy color: '#702C11'

red 112 ◦ green 44 ◦ blue 17

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

Shades of Peru Tan #702C11

Tints of Peru Tan #702C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.43%

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

R = 64.74%
G = 25.43%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#702C11 (or 0x702C11) is known color: Peru Tan. HEX triplet: 70, 2C and 11. RGB value is (112,44,17). Sum of RGB (Red+Green+Blue) = 112+44+17=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C11 is #8FD3EE. Grayscale: #3D3D3D. Windows color (decimal): -9425903 or 1125488. OLE color: 1125488.

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

Color convert

RGB 112 44 17 -
CMYK 0 0.61 0.85 0.56
HSL 17.05º 0.74% 0.25% -
HSV(B) 17.05º 0.85% 0.44% -
XYZ 7.68 5.29 1.15 -
YUV 61.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 112 44 17 0 0.61 0.85 0.56 17.05 0.74 0.25
Hex 70 2C 11 0 3D 55 38 11 4A 19
Octal 160 54 21 0 75 125 70 21 112 31
Binary 1110000 101100 10001 0 111101 1010101 111000 10001 1001010 11001

Color Harmonies of #702C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C11

Black with #702C11

Text Example


Text Example

White with #702C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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