Html Css Color HEX #704023 Peru Tan

📋 copy color: '#704023'

red 112 ◦ green 64 ◦ blue 35

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

Shades of Peru Tan #704023

Tints of Peru Tan #704023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

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

R = 53.08%
G = 30.33%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#704023 (or 0x704023) is known color: Peru Tan. HEX triplet: 70, 40 and 23. RGB value is (112,64,35). Sum of RGB (Red+Green+Blue) = 112+64+35=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704023 is #8FBFDC. Grayscale: #4B4B4B. Windows color (decimal): -9420765 or 2310256. OLE color: 2310256.

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

Color convert

RGB 112 64 35 -
CMYK 0 0.43 0.69 0.56
HSL 22.6º 0.52% 0.29% -
HSV(B) 22.6º 0.69% 0.44% -
XYZ 8.82 7.23 2.52 -
YUV 75.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 112 64 35 0 0.43 0.69 0.56 22.6 0.52 0.29
Hex 70 40 23 0 2B 45 38 17 34 1D
Octal 160 100 43 0 53 105 70 27 64 35
Binary 1110000 1000000 100011 0 101011 1000101 111000 10111 110100 11101

Color Harmonies of #704023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704023

Black with #704023

Text Example


Text Example

White with #704023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704023; }

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

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

background-color css

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

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

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

border-color css

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

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

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