Html Css Color HEX #7C3411 Peru Tan

📋 copy color: '#7C3411'

red 124 ◦ green 52 ◦ blue 17

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

Shades of Peru Tan #7C3411

Tints of Peru Tan #7C3411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

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

R = 64.25%
G = 26.94%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C3411 (or 0x7C3411) is known color: Peru Tan. HEX triplet: 7C, 34 and 11. RGB value is (124,52,17). Sum of RGB (Red+Green+Blue) = 124+52+17=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3411 is #83CBEE. Grayscale: #454545. Windows color (decimal): -8637423 or 1127548. OLE color: 1127548.

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

Color convert

RGB 124 52 17 -
CMYK 0 0.58 0.86 0.51
HSL 19.63º 0.76% 0.28% -
HSV(B) 19.63º 0.86% 0.49% -
XYZ 9.64 6.78 1.33 -
YUV 69.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 124 52 17 0 0.58 0.86 0.51 19.63 0.76 0.28
Hex 7C 34 11 0 3A 56 33 14 4C 1C
Octal 174 64 21 0 72 126 63 24 114 34
Binary 1111100 110100 10001 0 111010 1010110 110011 10100 1001100 11100

Color Harmonies of #7C3411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3411

Black with #7C3411

Text Example


Text Example

White with #7C3411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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