Html Css Color HEX #712F0F Peru Tan

📋 copy color: '#712F0F'

red 113 ◦ green 47 ◦ blue 15

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

Shades of Peru Tan #712F0F

Tints of Peru Tan #712F0F

RGB

 RED value IS 113 (44.53% from 255) = 64.57%

 GREEN value IS 47 (18.75% from 255) = 26.86%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 64.57%
G = 26.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#712F0F (or 0x712F0F) is known color: Peru Tan. HEX triplet: 71, 2F and 0F. RGB value is (113,47,15). Sum of RGB (Red+Green+Blue) = 113+47+15=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #712F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F0F is #8ED0F0. Grayscale: #3F3F3F. Windows color (decimal): -9359601 or 995185. OLE color: 995185.

HSL color Cylindrical-coordinate representation of color #712F0F: hue angle of 19.59º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #712F0F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 15 -
CMYK 0 0.58 0.87 0.56
HSL 19.59º 0.77% 0.25% -
HSV(B) 19.59º 0.87% 0.44% -
XYZ 7.91 5.58 1.11 -
YUV 63.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 113 47 15 0 0.58 0.87 0.56 19.59 0.77 0.25
Hex 71 2F F 0 3A 57 38 14 4D 19
Octal 161 57 17 0 72 127 70 24 115 31
Binary 1110001 101111 1111 0 111010 1010111 111000 10100 1001101 11001

Color Harmonies of #712F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F0F

Black with #712F0F

Text Example


Text Example

White with #712F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F0F; }

 p { color: rgb(113,47,15); }

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

background-color css

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

 a { background-color: rgb(113,47,15); }

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

border-color css

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

 span { border-color: rgb(113,47,15); }

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