Html Css Color HEX #733C28 New Amber

📋 copy color: '#733C28'

red 115 ◦ green 60 ◦ blue 40

#733C28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Amber #733C28

Tints of New Amber #733C28

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.6%

R = 53.49%
G = 27.91%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#733C28 (or 0x733C28) is known color: 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

RGB 115 60 40 -
CMYK 0 0.48 0.65 0.55
HSL 16º 0.48% 0.3% -
HSV(B) 16º 0.65% 0.45% -
XYZ 9.07 7.03 2.89 -
YUV 74.17 108.72 157.13 -
System Red Green Blue C M Y K H S L
Decimal 115 60 40 0 0.48 0.65 0.55 16 0.48 0.3
Hex 73 3C 28 0 30 41 37 10 30 1E
Octal 163 74 50 0 60 101 67 20 60 36
Binary 1110011 111100 101000 0 110000 1000001 110111 10000 110000 11110

Color Harmonies of #733C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733C28

Black with #733C28

Text Example


Text Example

White with #733C28

Text Example


Text Example

HTML Codes & Css Web 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>