Html Css Color HEX #704121 Peru Tan

📋 copy color: '#704121'

red 112 ◦ green 65 ◦ blue 33

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

Shades of Peru Tan #704121

Tints of Peru Tan #704121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 53.33%
G = 30.95%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#704121 (or 0x704121) is known color: Peru Tan. HEX triplet: 70, 41 and 21. RGB value is (112,65,33). Sum of RGB (Red+Green+Blue) = 112+65+33=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #704121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704121 is #8FBEDE. Grayscale: #4B4B4B. Windows color (decimal): -9420511 or 2179440. OLE color: 2179440.

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

Color convert

RGB 112 65 33 -
CMYK 0 0.42 0.71 0.56
HSL 24.3º 0.54% 0.28% -
HSV(B) 24.3º 0.71% 0.44% -
XYZ 8.85 7.34 2.39 -
YUV 75.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 112 65 33 0 0.42 0.71 0.56 24.3 0.54 0.28
Hex 70 41 21 0 2A 47 38 18 36 1C
Octal 160 101 41 0 52 107 70 30 66 34
Binary 1110000 1000001 100001 0 101010 1000111 111000 11000 110110 11100

Color Harmonies of #704121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704121

Black with #704121

Text Example


Text Example

White with #704121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704121; }

 p { color: rgb(112,65,33); }

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

background-color css

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

 a { background-color: rgb(112,65,33); }

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

border-color css

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

 span { border-color: rgb(112,65,33); }

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