#7B3223

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

Shades of Pueblo #7B3223

Tints of Pueblo #7B3223

Color information

#7B3223 (or 0x7B3223) is unknown color: approx Pueblo. HEX triplet: 7B, 32 and 23. RGB value is (123,50,35). Sum of RGB (Red+Green+Blue) = 123+50+35=208 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.13% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3223 is #84CDDC. Grayscale: #464646. Windows color (decimal): -8703453 or 2306683. OLE color: 2306683.

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

Color convert

RGB1235035-
CMYK00.590.720.52
HSL10.23º55.7%30.98%-
HSV(B)10.23º71.54%48.24%-
XYZ9.616.612.36-
YUV70.12108.18165.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 59.13%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=59.13%
G=24.04%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123503500.590.720.5210.2355.730.98
Hex7B322303B4834a381f
Octal173624307311064127037
Binary111101111001010001101110111001000110100101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,50,35); }

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

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

 a { background-color: rgb(123,50,35); }

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

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

 span { border-color: rgb(123,50,35); }

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