Html Css Color HEX #702D0F Peru Tan

📋 copy color: '#702D0F'

red 112 ◦ green 45 ◦ blue 15

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

Shades of Peru Tan #702D0F

Tints of Peru Tan #702D0F

RGB

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

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

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

R = 65.12%
G = 26.16%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#702D0F (or 0x702D0F) is known color: Peru Tan. HEX triplet: 70, 2D and 0F. RGB value is (112,45,15). Sum of RGB (Red+Green+Blue) = 112+45+15=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702D0F is #8FD2F0. Grayscale: #3D3D3D. Windows color (decimal): -9425649 or 994672. OLE color: 994672.

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

Color convert

RGB 112 45 15 -
CMYK 0 0.60 0.87 0.56
HSL 18.56º 0.76% 0.25% -
HSV(B) 18.56º 0.87% 0.44% -
XYZ 7.71 5.36 1.08 -
YUV 61.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 112 45 15 0 0.60 0.87 0.56 18.56 0.76 0.25
Hex 70 2D F 0 3C 57 38 13 4C 19
Octal 160 55 17 0 74 127 70 23 114 31
Binary 1110000 101101 1111 0 111100 1010111 111000 10011 1001100 11001

Color Harmonies of #702D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D0F

Black with #702D0F

Text Example


Text Example

White with #702D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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