Html Css Color HEX #70350A Peru Tan

📋 copy color: '#70350A'

red 112 ◦ green 53 ◦ blue 10

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

Shades of Peru Tan #70350A

Tints of Peru Tan #70350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 64%
G = 30.29%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70350A (or 0x70350A) is known color: Peru Tan. HEX triplet: 70, 35 and 0A. RGB value is (112,53,10). Sum of RGB (Red+Green+Blue) = 112+53+10=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70350A is #8FCAF5. Grayscale: #414141. Windows color (decimal): -9423606 or 669040. OLE color: 669040.

HSL color Cylindrical-coordinate representation of color #70350A: hue angle of 25.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70350A is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 10 -
CMYK 0 0.53 0.91 0.56
HSL 25.29º 0.84% 0.24% -
HSV(B) 25.29º 0.91% 0.44% -
XYZ 8.01 6.01 1.03 -
YUV 65.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 112 53 10 0 0.53 0.91 0.56 25.29 0.84 0.24
Hex 70 35 A 0 35 5B 38 19 54 18
Octal 160 65 12 0 65 133 70 31 124 30
Binary 1110000 110101 1010 0 110101 1011011 111000 11001 1010100 11000

Color Harmonies of #70350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70350A

Black with #70350A

Text Example


Text Example

White with #70350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70350A; }

 p { color: rgb(112,53,10); }

 H1.HeaderClassName
 {
   color: #70350A;
 }
 .AnyTagClassName
 {
   color: #70350A;
 }
</style>

background-color css

<style>
 a { background-color: #70350A; }

 a { background-color: rgb(112,53,10); }

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

border-color css

<style>
 span { border-color: #70350A; }

 span { border-color: rgb(112,53,10); }

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