Html Css Color HEX #703318 Peru Tan

📋 copy color: '#703318'

red 112 ◦ green 51 ◦ blue 24

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

Shades of Peru Tan #703318

Tints of Peru Tan #703318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.83%

R = 59.89%
G = 27.27%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#703318 (or 0x703318) is known color: Peru Tan. HEX triplet: 70, 33 and 18. RGB value is (112,51,24). Sum of RGB (Red+Green+Blue) = 112+51+24=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #703318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703318 is #8FCCE7. Grayscale: #424242. Windows color (decimal): -9424104 or 1586032. OLE color: 1586032.

HSL color Cylindrical-coordinate representation of color #703318: hue angle of 18.41º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #703318 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 24 -
CMYK 0 0.54 0.79 0.56
HSL 18.41º 0.65% 0.27% -
HSV(B) 18.41º 0.79% 0.44% -
XYZ 8.03 5.88 1.58 -
YUV 66.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 112 51 24 0 0.54 0.79 0.56 18.41 0.65 0.27
Hex 70 33 18 0 36 4F 38 12 41 1B
Octal 160 63 30 0 66 117 70 22 101 33
Binary 1110000 110011 11000 0 110110 1001111 111000 10010 1000001 11011

Color Harmonies of #703318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703318

Black with #703318

Text Example


Text Example

White with #703318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703318; }

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

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

background-color css

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

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

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

border-color css

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

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

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