Html Css Color HEX #7C3E1C Peru Tan

📋 copy color: '#7C3E1C'

red 124 ◦ green 62 ◦ blue 28

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

Shades of Peru Tan #7C3E1C

Tints of Peru Tan #7C3E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.97%

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

R = 57.94%
G = 28.97%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C3E1C (or 0x7C3E1C) is known color: Peru Tan. HEX triplet: 7C, 3E and 1C. RGB value is (124,62,28). Sum of RGB (Red+Green+Blue) = 124+62+28=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E1C is #83C1E3. Grayscale: #4C4C4C. Windows color (decimal): -8634852 or 1851004. OLE color: 1851004.

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

Color convert

RGB 124 62 28 -
CMYK 0 0.5 0.77 0.51
HSL 21.25º 0.63% 0.3% -
HSV(B) 21.25º 0.77% 0.49% -
XYZ 10.24 7.81 2.07 -
YUV 76.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 124 62 28 0 0.5 0.77 0.51 21.25 0.63 0.3
Hex 7C 3E 1C 0 32 4D 33 15 3F 1E
Octal 174 76 34 0 62 115 63 25 77 36
Binary 1111100 111110 11100 0 110010 1001101 110011 10101 111111 11110

Color Harmonies of #7C3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3E1C

Black with #7C3E1C

Text Example


Text Example

White with #7C3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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