Html Css Color HEX #712F0A Peru Tan

📋 copy color: '#712F0A'

red 113 ◦ green 47 ◦ blue 10

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

Shades of Peru Tan #712F0A

Tints of Peru Tan #712F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.88%

R = 66.47%
G = 27.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#712F0A (or 0x712F0A) is known color: Peru Tan. HEX triplet: 71, 2F and 0A. RGB value is (113,47,10). Sum of RGB (Red+Green+Blue) = 113+47+10=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #712F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F0A is #8ED0F5. Grayscale: #3E3E3E. Windows color (decimal): -9359606 or 667505. OLE color: 667505.

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

Color convert

RGB 113 47 10 -
CMYK 0 0.58 0.91 0.56
HSL 21.55º 0.84% 0.24% -
HSV(B) 21.55º 0.91% 0.44% -
XYZ 7.88 5.57 0.95 -
YUV 62.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 113 47 10 0 0.58 0.91 0.56 21.55 0.84 0.24
Hex 71 2F A 0 3A 5B 38 16 54 18
Octal 161 57 12 0 72 133 70 26 124 30
Binary 1110001 101111 1010 0 111010 1011011 111000 10110 1010100 11000

Color Harmonies of #712F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F0A

Black with #712F0A

Text Example


Text Example

White with #712F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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