Html Css Color HEX #703F23 Peru Tan

📋 copy color: '#703F23'

red 112 ◦ green 63 ◦ blue 35

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

Shades of Peru Tan #703F23

Tints of Peru Tan #703F23

RGB

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

 GREEN value IS 63 (25% from 255) = 30%

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

R = 53.33%
G = 30%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#703F23 (or 0x703F23) is known color: Peru Tan. HEX triplet: 70, 3F and 23. RGB value is (112,63,35). Sum of RGB (Red+Green+Blue) = 112+63+35=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #703F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F23 is #8FC0DC. Grayscale: #4A4A4A. Windows color (decimal): -9421021 or 2310000. OLE color: 2310000.

HSL color Cylindrical-coordinate representation of color #703F23: hue angle of 21.82º 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 #703F23 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 63 35 -
CMYK 0 0.44 0.69 0.56
HSL 21.82º 0.52% 0.29% -
HSV(B) 21.82º 0.69% 0.44% -
XYZ 8.76 7.12 2.5 -
YUV 74.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 112 63 35 0 0.44 0.69 0.56 21.82 0.52 0.29
Hex 70 3F 23 0 2C 45 38 16 34 1D
Octal 160 77 43 0 54 105 70 26 64 35
Binary 1110000 111111 100011 0 101100 1000101 111000 10110 110100 11101

Color Harmonies of #703F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F23

Black with #703F23

Text Example


Text Example

White with #703F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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