Html Css Color HEX #70390C Peru Tan

📋 copy color: '#70390C'

red 112 ◦ green 57 ◦ blue 12

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

Shades of Peru Tan #70390C

Tints of Peru Tan #70390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 61.88%
G = 31.49%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70390C (or 0x70390C) is known color: Peru Tan. HEX triplet: 70, 39 and 0C. RGB value is (112,57,12). Sum of RGB (Red+Green+Blue) = 112+57+12=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70390C is #8FC6F3. Grayscale: #444444. Windows color (decimal): -9422580 or 801136. OLE color: 801136.

HSL color Cylindrical-coordinate representation of color #70390C: hue angle of 27º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70390C is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 12 -
CMYK 0 0.49 0.89 0.56
HSL 27º 0.81% 0.24% -
HSV(B) 27º 0.89% 0.44% -
XYZ 8.21 6.4 1.15 -
YUV 68.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 112 57 12 0 0.49 0.89 0.56 27 0.81 0.24
Hex 70 39 C 0 31 59 38 1B 51 18
Octal 160 71 14 0 61 131 70 33 121 30
Binary 1110000 111001 1100 0 110001 1011001 111000 11011 1010001 11000

Color Harmonies of #70390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70390C

Black with #70390C

Text Example


Text Example

White with #70390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70390C; }

 p { color: rgb(112,57,12); }

 H1.HeaderClassName
 {
   color: #70390C;
 }
 .AnyTagClassName
 {
   color: #70390C;
 }
</style>

background-color css

<style>
 a { background-color: #70390C; }

 a { background-color: rgb(112,57,12); }

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

border-color css

<style>
 span { border-color: #70390C; }

 span { border-color: rgb(112,57,12); }

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