Html Css Color HEX #70300E Peru Tan

📋 copy color: '#70300E'

red 112 ◦ green 48 ◦ blue 14

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

Shades of Peru Tan #70300E

Tints of Peru Tan #70300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

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

R = 64.37%
G = 27.59%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70300E (or 0x70300E) is known color: Peru Tan. HEX triplet: 70, 30 and 0E. RGB value is (112,48,14). Sum of RGB (Red+Green+Blue) = 112+48+14=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70300E is #8FCFF1. Grayscale: #3F3F3F. Windows color (decimal): -9424882 or 929904. OLE color: 929904.

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

Color convert

RGB 112 48 14 -
CMYK 0 0.57 0.88 0.56
HSL 20.82º 0.78% 0.25% -
HSV(B) 20.82º 0.88% 0.44% -
XYZ 7.82 5.59 1.08 -
YUV 63.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 112 48 14 0 0.57 0.88 0.56 20.82 0.78 0.25
Hex 70 30 E 0 39 58 38 15 4E 19
Octal 160 60 16 0 71 130 70 25 116 31
Binary 1110000 110000 1110 0 111001 1011000 111000 10101 1001110 11001

Color Harmonies of #70300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70300E

Black with #70300E

Text Example


Text Example

White with #70300E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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