Html Css Color HEX #7C3C18 Peru Tan

📋 copy color: '#7C3C18'

red 124 ◦ green 60 ◦ blue 24

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

Shades of Peru Tan #7C3C18

Tints of Peru Tan #7C3C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 59.62%
G = 28.85%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C3C18 (or 0x7C3C18) is known color: Peru Tan. HEX triplet: 7C, 3C and 18. RGB value is (124,60,24). Sum of RGB (Red+Green+Blue) = 124+60+24=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3C18 is #83C3E7. Grayscale: #4B4B4B. Windows color (decimal): -8635368 or 1588348. OLE color: 1588348.

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

Color convert

RGB 124 60 24 -
CMYK 0 0.52 0.81 0.51
HSL 21.6º 0.68% 0.29% -
HSV(B) 21.6º 0.81% 0.49% -
XYZ 10.09 7.58 1.8 -
YUV 75.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 124 60 24 0 0.52 0.81 0.51 21.6 0.68 0.29
Hex 7C 3C 18 0 34 51 33 16 44 1D
Octal 174 74 30 0 64 121 63 26 104 35
Binary 1111100 111100 11000 0 110100 1010001 110011 10110 1000100 11101

Color Harmonies of #7C3C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3C18

Black with #7C3C18

Text Example


Text Example

White with #7C3C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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