Html Css Color HEX #7C3211 Peru Tan

📋 copy color: '#7C3211'

red 124 ◦ green 50 ◦ blue 17

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

Shades of Peru Tan #7C3211

Tints of Peru Tan #7C3211

RGB

 RED value IS 124 (48.83% from 255) = 64.92%

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

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

R = 64.92%
G = 26.18%
B = 8.9%

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

#7C3211 (or 0x7C3211) is known color: Peru Tan. HEX triplet: 7C, 32 and 11. RGB value is (124,50,17). Sum of RGB (Red+Green+Blue) = 124+50+17=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3211 is #83CDEE. Grayscale: #444444. Windows color (decimal): -8637935 or 1127036. OLE color: 1127036.

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

Color convert

RGB 124 50 17 -
CMYK 0 0.60 0.86 0.51
HSL 18.5º 0.76% 0.28% -
HSV(B) 18.5º 0.86% 0.49% -
XYZ 9.55 6.61 1.3 -
YUV 68.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 124 50 17 0 0.60 0.86 0.51 18.5 0.76 0.28
Hex 7C 32 11 0 3C 56 33 13 4C 1C
Octal 174 62 21 0 74 126 63 23 114 34
Binary 1111100 110010 10001 0 111100 1010110 110011 10011 1001100 11100

Color Harmonies of #7C3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3211

Black with #7C3211

Text Example


Text Example

White with #7C3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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