Html Css Color HEX #703E1C Peru Tan

📋 copy color: '#703E1C'

red 112 ◦ green 62 ◦ blue 28

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

Shades of Peru Tan #703E1C

Tints of Peru Tan #703E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 55.45%
G = 30.69%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#703E1C (or 0x703E1C) is known color: Peru Tan. HEX triplet: 70, 3E and 1C. RGB value is (112,62,28). Sum of RGB (Red+Green+Blue) = 112+62+28=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #703E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E1C is #8FC1E3. Grayscale: #494949. Windows color (decimal): -9421284 or 1850992. OLE color: 1850992.

HSL color Cylindrical-coordinate representation of color #703E1C: hue angle of 24.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #703E1C is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 62 28 -
CMYK 0 0.45 0.75 0.56
HSL 24.29º 0.6% 0.27% -
HSV(B) 24.29º 0.75% 0.44% -
XYZ 8.61 6.97 1.99 -
YUV 73.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 112 62 28 0 0.45 0.75 0.56 24.29 0.6 0.27
Hex 70 3E 1C 0 2D 4B 38 18 3C 1B
Octal 160 76 34 0 55 113 70 30 74 33
Binary 1110000 111110 11100 0 101101 1001011 111000 11000 111100 11011

Color Harmonies of #703E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E1C

Black with #703E1C

Text Example


Text Example

White with #703E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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