#733127

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

Shades of Pueblo #733127

Tints of Pueblo #733127

Color information

#733127 (or 0x733127) is unknown color: approx Pueblo. HEX triplet: 73, 31 and 27. RGB value is (115,49,39). Sum of RGB (Red+Green+Blue) = 115+49+39=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #733127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733127 is #8CCED8. Grayscale: #434343. Windows color (decimal): -9227993 or 2568563. OLE color: 2568563.

HSL color Cylindrical-coordinate representation of color #733127: hue angle of 7.89º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #733127 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1154939-
CMYK00.570.660.55
HSL7.89º49.35%30.2%-
HSV(B)7.89º66.09%45.1%-
XYZ8.535.992.63-
YUV67.59111.87161.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=56.65%
G=24.14%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115493900.570.660.557.8949.3530.2
Hex73312703942378311e
Octal163614707110267106136
Binary111001111000110011101110011000010110111100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733127; }

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

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

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

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

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

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

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

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