Html Css Color HEX #70300C Peru Tan

📋 copy color: '#70300C'

red 112 ◦ green 48 ◦ blue 12

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

Shades of Peru Tan #70300C

Tints of Peru Tan #70300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.98%

R = 65.12%
G = 27.91%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70300C (or 0x70300C) is known color: Peru Tan. HEX triplet: 70, 30 and 0C. RGB value is (112,48,12). Sum of RGB (Red+Green+Blue) = 112+48+12=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70300C is #8FCFF3. Grayscale: #3F3F3F. Windows color (decimal): -9424884 or 798832. OLE color: 798832.

HSL color Cylindrical-coordinate representation of color #70300C: hue angle of 21.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70300C is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 12 -
CMYK 0 0.57 0.89 0.56
HSL 21.6º 0.81% 0.24% -
HSV(B) 21.6º 0.89% 0.44% -
XYZ 7.81 5.59 1.01 -
YUV 63.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 112 48 12 0 0.57 0.89 0.56 21.6 0.81 0.24
Hex 70 30 C 0 39 59 38 16 51 18
Octal 160 60 14 0 71 131 70 26 121 30
Binary 1110000 110000 1100 0 111001 1011001 111000 10110 1010001 11000

Color Harmonies of #70300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70300C

Black with #70300C

Text Example


Text Example

White with #70300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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