#7B2913

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

Shades of Pueblo #7B2913

Tints of Pueblo #7B2913

Color information

#7B2913 (or 0x7B2913) is unknown color: approx Pueblo. HEX triplet: 7B, 29 and 13. RGB value is (123,41,19). Sum of RGB (Red+Green+Blue) = 123+41+19=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2913 is #84D6EC. Grayscale: #3F3F3F. Windows color (decimal): -8705773 or 1255803. OLE color: 1255803.

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

Color convert

RGB1234119-
CMYK00.670.850.52
HSL12.69º73.24%27.84%-
HSV(B)12.69º84.55%48.24%-
XYZ9.085.841.27-
YUV63.01103.17170.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 67.21%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=67.21%
G=22.40%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123411900.670.850.5212.6973.2427.84
Hex7B29130435534d491c
Octal17351230103125641511134
Binary1111011101001100110100001110101011101001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,41,19); }

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

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

 a { background-color: rgb(123,41,19); }

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

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

 span { border-color: rgb(123,41,19); }

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