Html Css Color HEX #703316 Peru Tan

📋 copy color: '#703316'

red 112 ◦ green 51 ◦ blue 22

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

Shades of Peru Tan #703316

Tints of Peru Tan #703316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 60.54%
G = 27.57%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#703316 (or 0x703316) is known color: Peru Tan. HEX triplet: 70, 33 and 16. RGB value is (112,51,22). Sum of RGB (Red+Green+Blue) = 112+51+22=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #703316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703316 is #8FCCE9. Grayscale: #424242. Windows color (decimal): -9424106 or 1454960. OLE color: 1454960.

HSL color Cylindrical-coordinate representation of color #703316: hue angle of 19.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #703316 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 22 -
CMYK 0 0.54 0.80 0.56
HSL 19.33º 0.67% 0.26% -
HSV(B) 19.33º 0.8% 0.44% -
XYZ 8.01 5.87 1.47 -
YUV 65.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 112 51 22 0 0.54 0.80 0.56 19.33 0.67 0.26
Hex 70 33 16 0 36 50 38 13 43 1A
Octal 160 63 26 0 66 120 70 23 103 32
Binary 1110000 110011 10110 0 110110 1010000 111000 10011 1000011 11010

Color Harmonies of #703316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703316

Black with #703316

Text Example


Text Example

White with #703316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703316; }

 p { color: rgb(112,51,22); }

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

background-color css

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

 a { background-color: rgb(112,51,22); }

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

border-color css

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

 span { border-color: rgb(112,51,22); }

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