#733B28

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

Shades of New Amber #733B28

Tints of New Amber #733B28

Color information

#733B28 (or 0x733B28) is unknown color: approx New Amber. HEX triplet: 73, 3B and 28. RGB value is (115,59,40). Sum of RGB (Red+Green+Blue) = 115+59+40=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #733B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B28 is #8CC4D7. Grayscale: #494949. Windows color (decimal): -9225432 or 2636659. OLE color: 2636659.

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

Color convert

RGB1155940-
CMYK00.490.650.55
HSL15.2º48.39%30.39%-
HSV(B)15.2º65.22%45.1%-
XYZ9.026.932.87-
YUV73.58109.05157.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 59 (23.44% from 255) = 27.57%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=53.74%
G=27.57%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115594000.490.650.5515.248.3930.39
Hex733B280314137f301e
Octal163735006110167176036
Binary111001111101110100001100011000001110111111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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