Html Css Color HEX #70360E Peru Tan

📋 copy color: '#70360E'

red 112 ◦ green 54 ◦ blue 14

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

Shades of Peru Tan #70360E

Tints of Peru Tan #70360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30%

 BLUE value IS 14 (5.86% from 255) = 7.78%

R = 62.22%
G = 30%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70360E (or 0x70360E) is known color: Peru Tan. HEX triplet: 70, 36 and 0E. RGB value is (112,54,14). Sum of RGB (Red+Green+Blue) = 112+54+14=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70360E is #8FC9F1. Grayscale: #434343. Windows color (decimal): -9423346 or 931440. OLE color: 931440.

HSL color Cylindrical-coordinate representation of color #70360E: hue angle of 24.49º degrees, saturation: 0.78, 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 #70360E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 14 -
CMYK 0 0.52 0.88 0.56
HSL 24.49º 0.78% 0.25% -
HSV(B) 24.49º 0.88% 0.44% -
XYZ 8.08 6.11 1.17 -
YUV 66.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 112 54 14 0 0.52 0.88 0.56 24.49 0.78 0.25
Hex 70 36 E 0 34 58 38 18 4E 19
Octal 160 66 16 0 64 130 70 30 116 31
Binary 1110000 110110 1110 0 110100 1011000 111000 11000 1001110 11001

Color Harmonies of #70360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70360E

Black with #70360E

Text Example


Text Example

White with #70360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,54,14); }

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

background-color css

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

 a { background-color: rgb(112,54,14); }

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

border-color css

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

 span { border-color: rgb(112,54,14); }

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