#7B3521

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

Shades of Pueblo #7B3521

Tints of Pueblo #7B3521

Color information

#7B3521 (or 0x7B3521) is unknown color: approx Pueblo. HEX triplet: 7B, 35 and 21. RGB value is (123,53,33). Sum of RGB (Red+Green+Blue) = 123+53+33=209 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.85% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3521 is #84CADE. Grayscale: #474747. Windows color (decimal): -8702687 or 2176379. OLE color: 2176379.

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

Color convert

RGB1235333-
CMYK00.570.730.52
HSL13.33º57.69%30.59%-
HSV(B)13.33º73.17%48.24%-
XYZ9.726.872.25-
YUV71.65106.19164.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.85%
GREEN value IS 53 (21.09% from 255) = 25.36%
BLUE value IS 33 (13.28% from 255) = 15.79%
R=58.85%
G=25.36%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123533300.570.730.5213.3357.6930.59
Hex7B35210394934d3a1f
Octal173654107111164157237
Binary111101111010110000101110011001001110100110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,53,33); }

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

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

 a { background-color: rgb(123,53,33); }

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

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

 span { border-color: rgb(123,53,33); }

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