Html Css Color HEX #712F0C Peru Tan

📋 copy color: '#712F0C'

red 113 ◦ green 47 ◦ blue 12

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

Shades of Peru Tan #712F0C

Tints of Peru Tan #712F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.98%

R = 65.7%
G = 27.33%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#712F0C (or 0x712F0C) is known color: Peru Tan. HEX triplet: 71, 2F and 0C. RGB value is (113,47,12). Sum of RGB (Red+Green+Blue) = 113+47+12=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F0C is #8ED0F3. Grayscale: #3E3E3E. Windows color (decimal): -9359604 or 798577. OLE color: 798577.

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

Color convert

RGB 113 47 12 -
CMYK 0 0.58 0.89 0.56
HSL 20.79º 0.81% 0.25% -
HSV(B) 20.79º 0.89% 0.44% -
XYZ 7.89 5.57 1.01 -
YUV 62.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 113 47 12 0 0.58 0.89 0.56 20.79 0.81 0.25
Hex 71 2F C 0 3A 59 38 15 51 19
Octal 161 57 14 0 72 131 70 25 121 31
Binary 1110001 101111 1100 0 111010 1011001 111000 10101 1010001 11001

Color Harmonies of #712F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F0C

Black with #712F0C

Text Example


Text Example

White with #712F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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