Html Css Color HEX #70320F Peru Tan

📋 copy color: '#70320F'

red 112 ◦ green 50 ◦ blue 15

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

Shades of Peru Tan #70320F

Tints of Peru Tan #70320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

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

R = 63.28%
G = 28.25%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70320F (or 0x70320F) is known color: Peru Tan. HEX triplet: 70, 32 and 0F. RGB value is (112,50,15). Sum of RGB (Red+Green+Blue) = 112+50+15=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70320F is #8FCDF0. Grayscale: #404040. Windows color (decimal): -9424369 or 995952. OLE color: 995952.

HSL color Cylindrical-coordinate representation of color #70320F: hue angle of 21.65º 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 #70320F is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 15 -
CMYK 0 0.55 0.87 0.56
HSL 21.65º 0.76% 0.25% -
HSV(B) 21.65º 0.87% 0.44% -
XYZ 7.91 5.76 1.15 -
YUV 64.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 112 50 15 0 0.55 0.87 0.56 21.65 0.76 0.25
Hex 70 32 F 0 37 57 38 16 4C 19
Octal 160 62 17 0 67 127 70 26 114 31
Binary 1110000 110010 1111 0 110111 1010111 111000 10110 1001100 11001

Color Harmonies of #70320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70320F

Black with #70320F

Text Example


Text Example

White with #70320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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