Html Css Color HEX #7C4121 Peru Tan

📋 copy color: '#7C4121'

red 124 ◦ green 65 ◦ blue 33

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

Shades of Peru Tan #7C4121

Tints of Peru Tan #7C4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 55.86%
G = 29.28%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#7C4121 (or 0x7C4121) is known color: Peru Tan. HEX triplet: 7C, 41 and 21. RGB value is (124,65,33). Sum of RGB (Red+Green+Blue) = 124+65+33=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4121 is #83BEDE. Grayscale: #4F4F4F. Windows color (decimal): -8634079 or 2179452. OLE color: 2179452.

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

Color convert

RGB 124 65 33 -
CMYK 0 0.48 0.73 0.51
HSL 21.1º 0.58% 0.31% -
HSV(B) 21.1º 0.73% 0.49% -
XYZ 10.48 8.18 2.46 -
YUV 78.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 124 65 33 0 0.48 0.73 0.51 21.1 0.58 0.31
Hex 7C 41 21 0 30 49 33 15 3A 1F
Octal 174 101 41 0 60 111 63 25 72 37
Binary 1111100 1000001 100001 0 110000 1001001 110011 10101 111010 11111

Color Harmonies of #7C4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4121

Black with #7C4121

Text Example


Text Example

White with #7C4121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,33); }

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

background-color css

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

 a { background-color: rgb(124,65,33); }

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

border-color css

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

 span { border-color: rgb(124,65,33); }

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