Html Css Color HEX #703609 Peru Tan

📋 copy color: '#703609'

red 112 ◦ green 54 ◦ blue 9

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

Shades of Peru Tan #703609

Tints of Peru Tan #703609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

 BLUE value IS 9 (3.91% from 255) = 5.14%

R = 64%
G = 30.86%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#703609 (or 0x703609) is known color: Peru Tan. HEX triplet: 70, 36 and 09. RGB value is (112,54,9). Sum of RGB (Red+Green+Blue) = 112+54+9=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #703609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703609 is #8FC9F6. Grayscale: #424242. Windows color (decimal): -9423351 or 603760. OLE color: 603760.

HSL color Cylindrical-coordinate representation of color #703609: hue angle of 26.21º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #703609 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 9 -
CMYK 0 0.52 0.92 0.56
HSL 26.21º 0.85% 0.24% -
HSV(B) 26.21º 0.92% 0.44% -
XYZ 8.05 6.1 1.01 -
YUV 66.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 112 54 9 0 0.52 0.92 0.56 26.21 0.85 0.24
Hex 70 36 9 0 34 5C 38 1A 55 18
Octal 160 66 11 0 64 134 70 32 125 30
Binary 1110000 110110 1001 0 110100 1011100 111000 11010 1010101 11000

Color Harmonies of #703609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703609

Black with #703609

Text Example


Text Example

White with #703609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703609; }

 p { color: rgb(112,54,9); }

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

background-color css

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

 a { background-color: rgb(112,54,9); }

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

border-color css

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

 span { border-color: rgb(112,54,9); }

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