Html Css Color HEX #70340B Peru Tan

📋 copy color: '#70340B'

red 112 ◦ green 52 ◦ blue 11

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

Shades of Peru Tan #70340B

Tints of Peru Tan #70340B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 64%
G = 29.71%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70340B (or 0x70340B) is known color: Peru Tan. HEX triplet: 70, 34 and 0B. RGB value is (112,52,11). Sum of RGB (Red+Green+Blue) = 112+52+11=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70340B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70340B is #8FCBF4. Grayscale: #414141. Windows color (decimal): -9423861 or 734320. OLE color: 734320.

HSL color Cylindrical-coordinate representation of color #70340B: hue angle of 24.36º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70340B is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 11 -
CMYK 0 0.54 0.90 0.56
HSL 24.36º 0.82% 0.24% -
HSV(B) 24.36º 0.9% 0.44% -
XYZ 7.97 5.92 1.04 -
YUV 65.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 112 52 11 0 0.54 0.90 0.56 24.36 0.82 0.24
Hex 70 34 B 0 36 5A 38 18 52 18
Octal 160 64 13 0 66 132 70 30 122 30
Binary 1110000 110100 1011 0 110110 1011010 111000 11000 1010010 11000

Color Harmonies of #70340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70340B

Black with #70340B

Text Example


Text Example

White with #70340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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