#733828

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

Shades of Pueblo #733828

Tints of Pueblo #733828

Color information

#733828 (or 0x733828) is unknown color: approx Pueblo. HEX triplet: 73, 38 and 28. RGB value is (115,56,40). Sum of RGB (Red+Green+Blue) = 115+56+40=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #733828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733828 is #8CC7D7. Grayscale: #474747. Windows color (decimal): -9226200 or 2635891. OLE color: 2635891.

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

Color convert

RGB1155640-
CMYK00.510.650.55
HSL12.8º48.39%30.39%-
HSV(B)12.8º65.22%45.1%-
XYZ8.876.632.82-
YUV71.82110.05158.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=54.50%
G=26.54%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115564000.510.650.5512.848.3930.39
Hex7338280334137d301e
Octal163705006310167156036
Binary111001111100010100001100111000001110111110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733828; }

 p { color: rgb(115,56,40); }

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

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

 a { background-color: rgb(115,56,40); }

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

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

 span { border-color: rgb(115,56,40); }

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