#733023

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

Shades of Pueblo #733023

Tints of Pueblo #733023

Color information

#733023 (or 0x733023) is unknown color: approx Pueblo. HEX triplet: 73, 30 and 23. RGB value is (115,48,35). Sum of RGB (Red+Green+Blue) = 115+48+35=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #733023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733023 is #8CCFDC. Grayscale: #424242. Windows color (decimal): -9228253 or 2306163. OLE color: 2306163.

HSL color Cylindrical-coordinate representation of color #733023: hue angle of 9.75º 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 #733023 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1154835-
CMYK00.580.700.55
HSL9.75º53.33%29.41%-
HSV(B)9.75º69.57%45.1%-
XYZ8.435.882.28-
YUV66.55110.2162.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=58.08%
G=24.24%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115483500.580.700.559.7553.3329.41
Hex73302303A4637a351d
Octal163604307210667126535
Binary111001111000010001101110101000110110111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733023; }

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

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

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

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

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

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

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

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