#733C28

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

Shades of New Amber #733C28

Tints of New Amber #733C28

Color information

#733C28 (or 0x733C28) is unknown color: approx New Amber. HEX triplet: 73, 3C and 28. RGB value is (115,60,40). Sum of RGB (Red+Green+Blue) = 115+60+40=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #733C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C28 is #8CC3D7. Grayscale: #4A4A4A. Windows color (decimal): -9225176 or 2636915. OLE color: 2636915.

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

Color convert

RGB1156040-
CMYK00.480.650.55
HSL16º48.39%30.39%-
HSV(B)16º65.22%45.1%-
XYZ9.077.032.89-
YUV74.16108.72157.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 60 (23.83% from 255) = 27.91%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=53.49%
G=27.91%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115604000.480.650.551648.3930.39
Hex733C28030413710301e
Octal163745006010167206036
Binary1110011111100101000011000010000011101111000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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