Html Css Color HEX #70300D Peru Tan

📋 copy color: '#70300D'

red 112 ◦ green 48 ◦ blue 13

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

Shades of Peru Tan #70300D

Tints of Peru Tan #70300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 64.74%
G = 27.75%
B = 7.51%

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

#70300D (or 0x70300D) is known color: Peru Tan. HEX triplet: 70, 30 and 0D. RGB value is (112,48,13). Sum of RGB (Red+Green+Blue) = 112+48+13=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70300D is #8FCFF2. Grayscale: #3F3F3F. Windows color (decimal): -9424883 or 864368. OLE color: 864368.

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

Color convert

RGB 112 48 13 -
CMYK 0 0.57 0.88 0.56
HSL 21.21º 0.79% 0.25% -
HSV(B) 21.21º 0.88% 0.44% -
XYZ 7.81 5.59 1.05 -
YUV 63.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 112 48 13 0 0.57 0.88 0.56 21.21 0.79 0.25
Hex 70 30 D 0 39 58 38 15 4F 19
Octal 160 60 15 0 71 130 70 25 117 31
Binary 1110000 110000 1101 0 111001 1011000 111000 10101 1001111 11001

Color Harmonies of #70300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70300D

Black with #70300D

Text Example


Text Example

White with #70300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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