Html Css Color HEX #7C3918 Peru Tan

📋 copy color: '#7C3918'

red 124 ◦ green 57 ◦ blue 24

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

Shades of Peru Tan #7C3918

Tints of Peru Tan #7C3918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

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

R = 60.49%
G = 27.8%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C3918 (or 0x7C3918) is known color: Peru Tan. HEX triplet: 7C, 39 and 18. RGB value is (124,57,24). Sum of RGB (Red+Green+Blue) = 124+57+24=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3918 is #83C6E7. Grayscale: #494949. Windows color (decimal): -8636136 or 1587580. OLE color: 1587580.

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

Color convert

RGB 124 57 24 -
CMYK 0 0.54 0.81 0.51
HSL 19.8º 0.68% 0.29% -
HSV(B) 19.8º 0.81% 0.49% -
XYZ 9.94 7.28 1.74 -
YUV 73.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 124 57 24 0 0.54 0.81 0.51 19.8 0.68 0.29
Hex 7C 39 18 0 36 51 33 14 44 1D
Octal 174 71 30 0 66 121 63 24 104 35
Binary 1111100 111001 11000 0 110110 1010001 110011 10100 1000100 11101

Color Harmonies of #7C3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3918

Black with #7C3918

Text Example


Text Example

White with #7C3918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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