Html Css Color HEX #702C0F Peru Tan

📋 copy color: '#702C0F'

red 112 ◦ green 44 ◦ blue 15

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

Shades of Peru Tan #702C0F

Tints of Peru Tan #702C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.77%

R = 65.5%
G = 25.73%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#702C0F (or 0x702C0F) is known color: Peru Tan. HEX triplet: 70, 2C and 0F. RGB value is (112,44,15). Sum of RGB (Red+Green+Blue) = 112+44+15=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #702C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C0F is #8FD3F0. Grayscale: #3D3D3D. Windows color (decimal): -9425905 or 994416. OLE color: 994416.

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

Color convert

RGB 112 44 15 -
CMYK 0 0.61 0.87 0.56
HSL 17.94º 0.76% 0.25% -
HSV(B) 17.94º 0.87% 0.44% -
XYZ 7.67 5.28 1.07 -
YUV 61.03 102.03 164.36 -
System Red Green Blue C M Y K H S L
Decimal 112 44 15 0 0.61 0.87 0.56 17.94 0.76 0.25
Hex 70 2C F 0 3D 57 38 12 4C 19
Octal 160 54 17 0 75 127 70 22 114 31
Binary 1110000 101100 1111 0 111101 1010111 111000 10010 1001100 11001

Color Harmonies of #702C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C0F

Black with #702C0F

Text Example


Text Example

White with #702C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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