Html Css Color HEX #70300F Peru Tan

📋 copy color: '#70300F'

red 112 ◦ green 48 ◦ blue 15

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

Shades of Peru Tan #70300F

Tints of Peru Tan #70300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 64%
G = 27.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70300F (or 0x70300F) is known color: Peru Tan. HEX triplet: 70, 30 and 0F. RGB value is (112,48,15). Sum of RGB (Red+Green+Blue) = 112+48+15=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70300F is #8FCFF0. Grayscale: #3F3F3F. Windows color (decimal): -9424881 or 995440. OLE color: 995440.

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

Color convert

RGB 112 48 15 -
CMYK 0 0.57 0.87 0.56
HSL 20.41º 0.76% 0.25% -
HSV(B) 20.41º 0.87% 0.44% -
XYZ 7.83 5.59 1.12 -
YUV 63.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 112 48 15 0 0.57 0.87 0.56 20.41 0.76 0.25
Hex 70 30 F 0 39 57 38 14 4C 19
Octal 160 60 17 0 71 127 70 24 114 31
Binary 1110000 110000 1111 0 111001 1010111 111000 10100 1001100 11001

Color Harmonies of #70300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70300F

Black with #70300F

Text Example


Text Example

White with #70300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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