#733427

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

Shades of Pueblo #733427

Tints of Pueblo #733427

Color information

#733427 (or 0x733427) is unknown color: approx Pueblo. HEX triplet: 73, 34 and 27. RGB value is (115,52,39). Sum of RGB (Red+Green+Blue) = 115+52+39=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733427 is #8CCBD8. Grayscale: #454545. Windows color (decimal): -9227225 or 2569331. OLE color: 2569331.

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

Color convert

RGB1155239-
CMYK00.550.660.55
HSL10.26º49.35%30.2%-
HSV(B)10.26º66.09%45.1%-
XYZ8.666.252.67-
YUV69.35110.87160.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=55.83%
G=25.24%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115523900.550.660.5510.2649.3530.2
Hex7334270374237a311e
Octal163644706710267126136
Binary111001111010010011101101111000010110111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733427; }

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

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

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

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

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

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

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

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