#7C3923

Color #7C3923 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #7C3923

Tints of Peru Tan #7C3923

Color information

#7C3923 (or 0x7C3923) is unknown color: approx Peru Tan. HEX triplet: 7C, 39 and 23. RGB value is (124,57,35). Sum of RGB (Red+Green+Blue) = 124+57+35=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3923 is #83C6DC. Grayscale: #4A4A4A. Windows color (decimal): -8636125 or 2308476. OLE color: 2308476.

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

Color convert

RGB1245735-
CMYK00.540.720.51
HSL14.83º55.97%31.18%-
HSV(B)14.83º71.77%48.63%-
XYZ10.087.332.47-
YUV74.52105.7163.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.41%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 35 (14.06% from 255) = 16.20%
R=57.41%
G=26.39%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124573500.540.720.5114.8355.9731.18
Hex7C39230364833f381f
Octal174714306611063177037
Binary111110011100110001101101101001000110011111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C3923;
 }
 .AnyTagClassName
 {
   color: #7C3923;
 }
</style>
background-color css

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

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

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

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

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

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