Html Css Color HEX #712B0D Peru Tan

📋 copy color: '#712B0D'

red 113 ◦ green 43 ◦ blue 13

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

Shades of Peru Tan #712B0D

Tints of Peru Tan #712B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

 BLUE value IS 13 (5.47% from 255) = 7.69%

R = 66.86%
G = 25.44%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#712B0D (or 0x712B0D) is known color: Peru Tan. HEX triplet: 71, 2B and 0D. RGB value is (113,43,13). Sum of RGB (Red+Green+Blue) = 113+43+13=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #712B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B0D is #8ED4F2. Grayscale: #3C3C3C. Windows color (decimal): -9360627 or 863089. OLE color: 863089.

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

Color convert

RGB 113 43 13 -
CMYK 0 0.62 0.88 0.56
HSL 18º 0.79% 0.25% -
HSV(B) 18º 0.88% 0.44% -
XYZ 7.75 5.27 0.99 -
YUV 60.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 113 43 13 0 0.62 0.88 0.56 18 0.79 0.25
Hex 71 2B D 0 3E 58 38 12 4F 19
Octal 161 53 15 0 76 130 70 22 117 31
Binary 1110001 101011 1101 0 111110 1011000 111000 10010 1001111 11001

Color Harmonies of #712B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B0D

Black with #712B0D

Text Example


Text Example

White with #712B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,43,13); }

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

background-color css

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

 a { background-color: rgb(113,43,13); }

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

border-color css

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

 span { border-color: rgb(113,43,13); }

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