#733626

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

Shades of Pueblo #733626

Tints of Pueblo #733626

Color information

#733626 (or 0x733626) is unknown color: approx Pueblo. HEX triplet: 73, 36 and 26. RGB value is (115,54,38). Sum of RGB (Red+Green+Blue) = 115+54+38=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #733626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733626 is #8CC9D9. Grayscale: #464646. Windows color (decimal): -9226714 or 2504307. OLE color: 2504307.

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

Color convert

RGB1155438-
CMYK00.530.670.55
HSL12.47º50.33%30%-
HSV(B)12.47º66.96%45.1%-
XYZ8.746.422.61-
YUV70.41109.71159.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=55.56%
G=26.09%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115543800.530.670.5512.4750.3330
Hex7336260354337c321e
Octal163664606510367146236
Binary111001111011010011001101011000011110111110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733626; }

 p { color: rgb(115,54,38); }

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

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

 a { background-color: rgb(115,54,38); }

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

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

 span { border-color: rgb(115,54,38); }

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