#733123

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

Shades of Pueblo #733123

Tints of Pueblo #733123

Color information

#733123 (or 0x733123) is unknown color: approx Pueblo. HEX triplet: 73, 31 and 23. RGB value is (115,49,35). Sum of RGB (Red+Green+Blue) = 115+49+35=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #733123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733123 is #8CCEDC. Grayscale: #434343. Windows color (decimal): -9227997 or 2306419. OLE color: 2306419.

HSL color Cylindrical-coordinate representation of color #733123: hue angle of 10.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733123 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1154935-
CMYK00.570.700.55
HSL10.5º53.33%29.41%-
HSV(B)10.5º69.57%45.1%-
XYZ8.475.962.29-
YUV67.14109.87162.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=57.79%
G=24.62%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115493500.570.700.5510.553.3329.41
Hex7331230394637b351d
Octal163614307110667136535
Binary111001111000110001101110011000110110111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733123; }

 p { color: rgb(115,49,35); }

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

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

 a { background-color: rgb(115,49,35); }

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

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

 span { border-color: rgb(115,49,35); }

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