Html Css Color HEX #7C3410 Peru Tan

📋 copy color: '#7C3410'

red 124 ◦ green 52 ◦ blue 16

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

Shades of Peru Tan #7C3410

Tints of Peru Tan #7C3410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 64.58%
G = 27.08%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7C3410 (or 0x7C3410) is known color: Peru Tan. HEX triplet: 7C, 34 and 10. RGB value is (124,52,16). Sum of RGB (Red+Green+Blue) = 124+52+16=192 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.58% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3410 is #83CBEF. Grayscale: #454545. Windows color (decimal): -8637424 or 1062012. OLE color: 1062012.

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

Color convert

RGB 124 52 16 -
CMYK 0 0.58 0.87 0.51
HSL 20º 0.77% 0.27% -
HSV(B) 20º 0.87% 0.49% -
XYZ 9.63 6.78 1.29 -
YUV 69.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 124 52 16 0 0.58 0.87 0.51 20 0.77 0.27
Hex 7C 34 10 0 3A 57 33 14 4D 1B
Octal 174 64 20 0 72 127 63 24 115 33
Binary 1111100 110100 10000 0 111010 1010111 110011 10100 1001101 11011

Color Harmonies of #7C3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3410

Black with #7C3410

Text Example


Text Example

White with #7C3410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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