Html Css Color HEX #703E22 Peru Tan

📋 copy color: '#703E22'

red 112 ◦ green 62 ◦ blue 34

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

Shades of Peru Tan #703E22

Tints of Peru Tan #703E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.81%

 BLUE value IS 34 (13.67% from 255) = 16.35%

R = 53.85%
G = 29.81%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#703E22 (or 0x703E22) is known color: Peru Tan. HEX triplet: 70, 3E and 22. RGB value is (112,62,34). Sum of RGB (Red+Green+Blue) = 112+62+34=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #703E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E22 is #8FC1DD. Grayscale: #494949. Windows color (decimal): -9421278 or 2244208. OLE color: 2244208.

HSL color Cylindrical-coordinate representation of color #703E22: hue angle of 21.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703E22 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 62 34 -
CMYK 0 0.45 0.70 0.56
HSL 21.54º 0.53% 0.29% -
HSV(B) 21.54º 0.7% 0.44% -
XYZ 8.69 7.01 2.41 -
YUV 73.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 112 62 34 0 0.45 0.70 0.56 21.54 0.53 0.29
Hex 70 3E 22 0 2D 46 38 16 35 1D
Octal 160 76 42 0 55 106 70 26 65 35
Binary 1110000 111110 100010 0 101101 1000110 111000 10110 110101 11101

Color Harmonies of #703E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E22

Black with #703E22

Text Example


Text Example

White with #703E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703E22; }

 p { color: rgb(112,62,34); }

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

background-color css

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

 a { background-color: rgb(112,62,34); }

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

border-color css

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

 span { border-color: rgb(112,62,34); }

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