#733B26

Color #733B26 New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #733B26

Tints of New Amber #733B26

Color information

#733B26 (or 0x733B26) is unknown color: approx New Amber. HEX triplet: 73, 3B and 26. RGB value is (115,59,38). Sum of RGB (Red+Green+Blue) = 115+59+38=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #733B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B26 is #8CC4D9. Grayscale: #494949. Windows color (decimal): -9225434 or 2505587. OLE color: 2505587.

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

Color convert

RGB1155938-
CMYK00.490.670.55
HSL16.36º50.33%30%-
HSV(B)16.36º66.96%45.1%-
XYZ8.986.912.69-
YUV73.35108.05157.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=54.25%
G=27.83%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115593800.490.670.5516.3650.3330
Hex733B26031433710321e
Octal163734606110367206236
Binary1110011111011100110011000110000111101111000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733B26; }

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

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

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

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

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

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

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

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