Html Css Color HEX #7D3211 Peru Tan

📋 copy color: '#7D3211'

red 125 ◦ green 50 ◦ blue 17

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

Shades of Peru Tan #7D3211

Tints of Peru Tan #7D3211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 65.1%
G = 26.04%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D3211 (or 0x7D3211) is known color: Peru Tan. HEX triplet: 7D, 32 and 11. RGB value is (125,50,17). Sum of RGB (Red+Green+Blue) = 125+50+17=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3211 is #82CDEE. Grayscale: #444444. Windows color (decimal): -8572399 or 1127037. OLE color: 1127037.

HSL color Cylindrical-coordinate representation of color #7D3211: hue angle of 18.33º degrees, saturation: 0.76, 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 #7D3211 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 50 17 -
CMYK 0 0.60 0.86 0.51
HSL 18.33º 0.76% 0.28% -
HSV(B) 18.33º 0.86% 0.49% -
XYZ 9.7 6.68 1.31 -
YUV 68.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 125 50 17 0 0.60 0.86 0.51 18.33 0.76 0.28
Hex 7D 32 11 0 3C 56 33 12 4C 1C
Octal 175 62 21 0 74 126 63 22 114 34
Binary 1111101 110010 10001 0 111100 1010110 110011 10010 1001100 11100

Color Harmonies of #7D3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3211

Black with #7D3211

Text Example


Text Example

White with #7D3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,50,17); }

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

background-color css

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

 a { background-color: rgb(125,50,17); }

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

border-color css

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

 span { border-color: rgb(125,50,17); }

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