Html Css Color HEX #70350C Peru Tan

📋 copy color: '#70350C'

red 112 ◦ green 53 ◦ blue 12

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

Shades of Peru Tan #70350C

Tints of Peru Tan #70350C

RGB

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

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

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

R = 63.28%
G = 29.94%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70350C (or 0x70350C) is known color: Peru Tan. HEX triplet: 70, 35 and 0C. RGB value is (112,53,12). Sum of RGB (Red+Green+Blue) = 112+53+12=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70350C is #8FCAF3. Grayscale: #424242. Windows color (decimal): -9423604 or 800112. OLE color: 800112.

HSL color Cylindrical-coordinate representation of color #70350C: hue angle of 24.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 #70350C is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 12 -
CMYK 0 0.53 0.89 0.56
HSL 24.6º 0.81% 0.24% -
HSV(B) 24.6º 0.89% 0.44% -
XYZ 8.02 6.02 1.09 -
YUV 65.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 112 53 12 0 0.53 0.89 0.56 24.6 0.81 0.24
Hex 70 35 C 0 35 59 38 19 51 18
Octal 160 65 14 0 65 131 70 31 121 30
Binary 1110000 110101 1100 0 110101 1011001 111000 11001 1010001 11000

Color Harmonies of #70350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70350C

Black with #70350C

Text Example


Text Example

White with #70350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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