Html Css Color HEX #703509 Peru Tan

📋 copy color: '#703509'

red 112 ◦ green 53 ◦ blue 9

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

Shades of Peru Tan #703509

Tints of Peru Tan #703509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.46%

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

R = 64.37%
G = 30.46%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#703509 (or 0x703509) is known color: Peru Tan. HEX triplet: 70, 35 and 09. RGB value is (112,53,9). Sum of RGB (Red+Green+Blue) = 112+53+9=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703509 is #8FCAF6. Grayscale: #414141. Windows color (decimal): -9423607 or 603504. OLE color: 603504.

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

Color convert

RGB 112 53 9 -
CMYK 0 0.53 0.92 0.56
HSL 25.63º 0.85% 0.24% -
HSV(B) 25.63º 0.92% 0.44% -
XYZ 8 6.01 1 -
YUV 65.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 112 53 9 0 0.53 0.92 0.56 25.63 0.85 0.24
Hex 70 35 9 0 35 5C 38 1A 55 18
Octal 160 65 11 0 65 134 70 32 125 30
Binary 1110000 110101 1001 0 110101 1011100 111000 11010 1010101 11000

Color Harmonies of #703509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703509

Black with #703509

Text Example


Text Example

White with #703509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703509; }

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

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

background-color css

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

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

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

border-color css

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

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

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