#733019

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

Shades of Pueblo #733019

Tints of Pueblo #733019

Color information

#733019 (or 0x733019) is unknown color: approx Pueblo. HEX triplet: 73, 30 and 19. RGB value is (115,48,25). Sum of RGB (Red+Green+Blue) = 115+48+25=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #733019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733019 is #8CCFE6. Grayscale: #414141. Windows color (decimal): -9228263 or 1650803. OLE color: 1650803.

HSL color Cylindrical-coordinate representation of color #733019: hue angle of 15.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #733019 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1154825-
CMYK00.580.780.55
HSL15.33º64.29%27.45%-
HSV(B)15.33º78.26%45.1%-
XYZ8.35.831.61-
YUV65.41105.2163.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=61.17%
G=25.53%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115482500.580.780.5515.3364.2927.45
Hex73301903A4E37f401b
Octal1636031072116671710033
Binary111001111000011001011101010011101101111111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733019; }

 p { color: rgb(115,48,25); }

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

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

 a { background-color: rgb(115,48,25); }

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

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

 span { border-color: rgb(115,48,25); }

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