#7C3623

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

Shades of Pueblo #7C3623

Tints of Pueblo #7C3623

Color information

#7C3623 (or 0x7C3623) is unknown color: approx Pueblo. HEX triplet: 7C, 36 and 23. RGB value is (124,54,35). Sum of RGB (Red+Green+Blue) = 124+54+35=213 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.22% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3623 is #83C9DC. Grayscale: #484848. Windows color (decimal): -8636893 or 2307708. OLE color: 2307708.

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

Color convert

RGB1245435-
CMYK00.560.720.51
HSL12.81º55.97%31.18%-
HSV(B)12.81º71.77%48.63%-
XYZ9.937.042.43-
YUV72.76106.69164.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.22%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=58.22%
G=25.35%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124543500.560.720.5112.8155.9731.18
Hex7C36230384833d381f
Octal174664307011063157037
Binary111110011011010001101110001001000110011110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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