Html Css Color HEX #702D11 Peru Tan

📋 copy color: '#702D11'

red 112 ◦ green 45 ◦ blue 17

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

Shades of Peru Tan #702D11

Tints of Peru Tan #702D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.86%

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

R = 64.37%
G = 25.86%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#702D11 (or 0x702D11) is known color: Peru Tan. HEX triplet: 70, 2D and 11. RGB value is (112,45,17). Sum of RGB (Red+Green+Blue) = 112+45+17=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #702D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D11 is #8FD2EE. Grayscale: #3E3E3E. Windows color (decimal): -9425647 or 1125744. OLE color: 1125744.

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

Color convert

RGB 112 45 17 -
CMYK 0 0.60 0.85 0.56
HSL 17.68º 0.74% 0.25% -
HSV(B) 17.68º 0.85% 0.44% -
XYZ 7.72 5.36 1.16 -
YUV 61.84 102.7 163.78 -
System Red Green Blue C M Y K H S L
Decimal 112 45 17 0 0.60 0.85 0.56 17.68 0.74 0.25
Hex 70 2D 11 0 3C 55 38 12 4A 19
Octal 160 55 21 0 74 125 70 22 112 31
Binary 1110000 101101 10001 0 111100 1010101 111000 10010 1001010 11001

Color Harmonies of #702D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D11

Black with #702D11

Text Example


Text Example

White with #702D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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