Html Css Color HEX #70411E Peru Tan

📋 copy color: '#70411E'

red 112 ◦ green 65 ◦ blue 30

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

Shades of Peru Tan #70411E

Tints of Peru Tan #70411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 54.11%
G = 31.4%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70411E (or 0x70411E) is known color: Peru Tan. HEX triplet: 70, 41 and 1E. RGB value is (112,65,30). Sum of RGB (Red+Green+Blue) = 112+65+30=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70411E is #8FBEE1. Grayscale: #4B4B4B. Windows color (decimal): -9420514 or 1982832. OLE color: 1982832.

HSL color Cylindrical-coordinate representation of color #70411E: hue angle of 25.61º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70411E is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 30 -
CMYK 0 0.42 0.73 0.56
HSL 25.61º 0.58% 0.28% -
HSV(B) 25.61º 0.73% 0.44% -
XYZ 8.81 7.32 2.18 -
YUV 75.06 102.57 154.35 -
System Red Green Blue C M Y K H S L
Decimal 112 65 30 0 0.42 0.73 0.56 25.61 0.58 0.28
Hex 70 41 1E 0 2A 49 38 1A 3A 1C
Octal 160 101 36 0 52 111 70 32 72 34
Binary 1110000 1000001 11110 0 101010 1001001 111000 11010 111010 11100

Color Harmonies of #70411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70411E

Black with #70411E

Text Example


Text Example

White with #70411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70411E; }

 p { color: rgb(112,65,30); }

 H1.HeaderClassName
 {
   color: #70411E;
 }
 .AnyTagClassName
 {
   color: #70411E;
 }
</style>

background-color css

<style>
 a { background-color: #70411E; }

 a { background-color: rgb(112,65,30); }

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

border-color css

<style>
 span { border-color: #70411E; }

 span { border-color: rgb(112,65,30); }

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