Html Css Color HEX #702F0F Peru Tan

📋 copy color: '#702F0F'

red 112 ◦ green 47 ◦ blue 15

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

Shades of Peru Tan #702F0F

Tints of Peru Tan #702F0F

RGB

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

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

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

R = 64.37%
G = 27.01%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#702F0F (or 0x702F0F) is known color: Peru Tan. HEX triplet: 70, 2F and 0F. RGB value is (112,47,15). Sum of RGB (Red+Green+Blue) = 112+47+15=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #702F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F0F is #8FD0F0. Grayscale: #3E3E3E. Windows color (decimal): -9425137 or 995184. OLE color: 995184.

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

Color convert

RGB 112 47 15 -
CMYK 0 0.58 0.87 0.56
HSL 19.79º 0.76% 0.25% -
HSV(B) 19.79º 0.87% 0.44% -
XYZ 7.78 5.51 1.11 -
YUV 62.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 112 47 15 0 0.58 0.87 0.56 19.79 0.76 0.25
Hex 70 2F F 0 3A 57 38 14 4C 19
Octal 160 57 17 0 72 127 70 24 114 31
Binary 1110000 101111 1111 0 111010 1010111 111000 10100 1001100 11001

Color Harmonies of #702F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F0F

Black with #702F0F

Text Example


Text Example

White with #702F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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