Html Css Color HEX #703E23 Peru Tan

📋 copy color: '#703E23'

red 112 ◦ green 62 ◦ blue 35

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

Shades of Peru Tan #703E23

Tints of Peru Tan #703E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.75%

R = 53.59%
G = 29.67%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#703E23 (or 0x703E23) is known color: Peru Tan. HEX triplet: 70, 3E and 23. RGB value is (112,62,35). Sum of RGB (Red+Green+Blue) = 112+62+35=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E23 is #8FC1DC. Grayscale: #4A4A4A. Windows color (decimal): -9421277 or 2309744. OLE color: 2309744.

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

Color convert

RGB 112 62 35 -
CMYK 0 0.45 0.69 0.56
HSL 21.04º 0.52% 0.29% -
HSV(B) 21.04º 0.69% 0.44% -
XYZ 8.71 7.01 2.48 -
YUV 73.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 112 62 35 0 0.45 0.69 0.56 21.04 0.52 0.29
Hex 70 3E 23 0 2D 45 38 15 34 1D
Octal 160 76 43 0 55 105 70 25 64 35
Binary 1110000 111110 100011 0 101101 1000101 111000 10101 110100 11101

Color Harmonies of #703E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703E23

Black with #703E23

Text Example


Text Example

White with #703E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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