Html Css Color HEX #7C3C1C Peru Tan

📋 copy color: '#7C3C1C'

red 124 ◦ green 60 ◦ blue 28

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

Shades of Peru Tan #7C3C1C

Tints of Peru Tan #7C3C1C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.3%

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 58.49%
G = 28.3%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C3C1C (or 0x7C3C1C) is known color: Peru Tan. HEX triplet: 7C, 3C and 1C. RGB value is (124,60,28). Sum of RGB (Red+Green+Blue) = 124+60+28=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3C1C is #83C3E3. Grayscale: #4B4B4B. Windows color (decimal): -8635364 or 1850492. OLE color: 1850492.

HSL color Cylindrical-coordinate representation of color #7C3C1C: hue angle of 20º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C3C1C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 60 28 -
CMYK 0 0.52 0.77 0.51
HSL 20º 0.63% 0.3% -
HSV(B) 20º 0.77% 0.49% -
XYZ 10.14 7.6 2.03 -
YUV 75.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 124 60 28 0 0.52 0.77 0.51 20 0.63 0.3
Hex 7C 3C 1C 0 34 4D 33 14 3F 1E
Octal 174 74 34 0 64 115 63 24 77 36
Binary 1111100 111100 11100 0 110100 1001101 110011 10100 111111 11110

Color Harmonies of #7C3C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3C1C

Black with #7C3C1C

Text Example


Text Example

White with #7C3C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,60,28); }

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

background-color css

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

 a { background-color: rgb(124,60,28); }

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

border-color css

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

 span { border-color: rgb(124,60,28); }

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