Html Css Color HEX #7D3112 Peru Tan

📋 copy color: '#7D3112'

red 125 ◦ green 49 ◦ blue 18

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

Shades of Peru Tan #7D3112

Tints of Peru Tan #7D3112

RGB

 RED value IS 125 (49.22% from 255) = 65.1%

 GREEN value IS 49 (19.53% from 255) = 25.52%

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 65.1%
G = 25.52%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D3112 (or 0x7D3112) is known color: Peru Tan. HEX triplet: 7D, 31 and 12. RGB value is (125,49,18). Sum of RGB (Red+Green+Blue) = 125+49+18=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3112 is #82CEED. Grayscale: #444444. Windows color (decimal): -8572654 or 1192317. OLE color: 1192317.

HSL color Cylindrical-coordinate representation of color #7D3112: hue angle of 17.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D3112 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 49 18 -
CMYK 0 0.61 0.86 0.51
HSL 17.38º 0.75% 0.28% -
HSV(B) 17.38º 0.86% 0.49% -
XYZ 9.66 6.6 1.34 -
YUV 68.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 125 49 18 0 0.61 0.86 0.51 17.38 0.75 0.28
Hex 7D 31 12 0 3D 56 33 11 4B 1C
Octal 175 61 22 0 75 126 63 21 113 34
Binary 1111101 110001 10010 0 111101 1010110 110011 10001 1001011 11100

Color Harmonies of #7D3112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3112

Black with #7D3112

Text Example


Text Example

White with #7D3112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D3112; }

 p { color: rgb(125,49,18); }

 H1.HeaderClassName
 {
   color: #7D3112;
 }
 .AnyTagClassName
 {
   color: #7D3112;
 }
</style>

background-color css

<style>
 a { background-color: #7D3112; }

 a { background-color: rgb(125,49,18); }

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

border-color css

<style>
 span { border-color: #7D3112; }

 span { border-color: rgb(125,49,18); }

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