Html Css Color HEX #702C12 Peru Tan

📋 copy color: '#702C12'

red 112 ◦ green 44 ◦ blue 18

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

Shades of Peru Tan #702C12

Tints of Peru Tan #702C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 64.37%
G = 25.29%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#702C12 (or 0x702C12) is known color: Peru Tan. HEX triplet: 70, 2C and 12. RGB value is (112,44,18). Sum of RGB (Red+Green+Blue) = 112+44+18=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #702C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C12 is #8FD3ED. Grayscale: #3D3D3D. Windows color (decimal): -9425902 or 1191024. OLE color: 1191024.

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

Color convert

RGB 112 44 18 -
CMYK 0 0.61 0.84 0.56
HSL 16.6º 0.72% 0.25% -
HSV(B) 16.6º 0.84% 0.44% -
XYZ 7.69 5.29 1.19 -
YUV 61.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 112 44 18 0 0.61 0.84 0.56 16.6 0.72 0.25
Hex 70 2C 12 0 3D 54 38 11 48 19
Octal 160 54 22 0 75 124 70 21 110 31
Binary 1110000 101100 10010 0 111101 1010100 111000 10001 1001000 11001

Color Harmonies of #702C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C12

Black with #702C12

Text Example


Text Example

White with #702C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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