Html Css Color HEX #70340D Peru Tan

📋 copy color: '#70340D'

red 112 ◦ green 52 ◦ blue 13

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

Shades of Peru Tan #70340D

Tints of Peru Tan #70340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 63.28%
G = 29.38%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70340D (or 0x70340D) is known color: Peru Tan. HEX triplet: 70, 34 and 0D. RGB value is (112,52,13). Sum of RGB (Red+Green+Blue) = 112+52+13=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70340D is #8FCBF2. Grayscale: #414141. Windows color (decimal): -9423859 or 865392. OLE color: 865392.

HSL color Cylindrical-coordinate representation of color #70340D: hue angle of 23.64º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70340D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 13 -
CMYK 0 0.54 0.88 0.56
HSL 23.64º 0.79% 0.25% -
HSV(B) 23.64º 0.88% 0.44% -
XYZ 7.98 5.93 1.1 -
YUV 65.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 112 52 13 0 0.54 0.88 0.56 23.64 0.79 0.25
Hex 70 34 D 0 36 58 38 18 4F 19
Octal 160 64 15 0 66 130 70 30 117 31
Binary 1110000 110100 1101 0 110110 1011000 111000 11000 1001111 11001

Color Harmonies of #70340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70340D

Black with #70340D

Text Example


Text Example

White with #70340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70340D; }

 p { color: rgb(112,52,13); }

 H1.HeaderClassName
 {
   color: #70340D;
 }
 .AnyTagClassName
 {
   color: #70340D;
 }
</style>

background-color css

<style>
 a { background-color: #70340D; }

 a { background-color: rgb(112,52,13); }

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

border-color css

<style>
 span { border-color: #70340D; }

 span { border-color: rgb(112,52,13); }

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