Html Css Color HEX #712F0B Peru Tan

📋 copy color: '#712F0B'

red 113 ◦ green 47 ◦ blue 11

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

Shades of Peru Tan #712F0B

Tints of Peru Tan #712F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.43%

R = 66.08%
G = 27.49%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#712F0B (or 0x712F0B) is known color: Peru Tan. HEX triplet: 71, 2F and 0B. RGB value is (113,47,11). Sum of RGB (Red+Green+Blue) = 113+47+11=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712F0B is #8ED0F4. Grayscale: #3E3E3E. Windows color (decimal): -9359605 or 733041. OLE color: 733041.

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

Color convert

RGB 113 47 11 -
CMYK 0 0.58 0.90 0.56
HSL 21.18º 0.82% 0.24% -
HSV(B) 21.18º 0.9% 0.44% -
XYZ 7.89 5.57 0.98 -
YUV 62.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 113 47 11 0 0.58 0.90 0.56 21.18 0.82 0.24
Hex 71 2F B 0 3A 5A 38 15 52 18
Octal 161 57 13 0 72 132 70 25 122 30
Binary 1110001 101111 1011 0 111010 1011010 111000 10101 1010010 11000

Color Harmonies of #712F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F0B

Black with #712F0B

Text Example


Text Example

White with #712F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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