#7C3725

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

Shades of Pueblo #7C3725

Tints of Pueblo #7C3725

Color information

#7C3725 (or 0x7C3725) is unknown color: approx Pueblo. HEX triplet: 7C, 37 and 25. RGB value is (124,55,37). Sum of RGB (Red+Green+Blue) = 124+55+37=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3725 is #83C8DA. Grayscale: #494949. Windows color (decimal): -8636635 or 2439036. OLE color: 2439036.

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

Color convert

RGB1245537-
CMYK00.560.700.51
HSL12.41º54.04%31.57%-
HSV(B)12.41º70.16%48.63%-
XYZ10.017.152.6-
YUV73.58107.36163.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.41%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 37 (14.84% from 255) = 17.13%
R=57.41%
G=25.46%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124553700.560.700.5112.4154.0431.57
Hex7C37250384633c3620
Octal174674507010663146640
Binary1111100110111100101011100010001101100111100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,55,37); }

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

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

 a { background-color: rgb(124,55,37); }

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

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

 span { border-color: rgb(124,55,37); }

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