Html Css Color HEX #753B24 New Amber

📋 copy color: '#753B24'

red 117 ◦ green 59 ◦ blue 36

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

Shades of New Amber #753B24

Tints of New Amber #753B24

RGB

 RED value IS 117 (46.09% from 255) = 55.19%

 GREEN value IS 59 (23.44% from 255) = 27.83%

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 55.19%
G = 27.83%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#753B24 (or 0x753B24) is known color: New Amber. HEX triplet: 75, 3B and 24. RGB value is (117,59,36). Sum of RGB (Red+Green+Blue) = 117+59+36=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #753B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B24 is #8AC4DB. Grayscale: #494949. Windows color (decimal): -9094364 or 2374517. OLE color: 2374517.

HSL color Cylindrical-coordinate representation of color #753B24: hue angle of 17.04º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #753B24 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 36 -
CMYK 0 0.50 0.69 0.54
HSL 17.04º 0.53% 0.3% -
HSV(B) 17.04º 0.69% 0.46% -
XYZ 9.22 7.04 2.54 -
YUV 73.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 117 59 36 0 0.50 0.69 0.54 17.04 0.53 0.3
Hex 75 3B 24 0 32 45 36 11 35 1E
Octal 165 73 44 0 62 105 66 21 65 36
Binary 1110101 111011 100100 0 110010 1000101 110110 10001 110101 11110

Color Harmonies of #753B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B24

Black with #753B24

Text Example


Text Example

White with #753B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B24; }

 p { color: rgb(117,59,36); }

 H1.HeaderClassName
 {
   color: #753B24;
 }
 .AnyTagClassName
 {
   color: #753B24;
 }
</style>

background-color css

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

 a { background-color: rgb(117,59,36); }

 div.DivClassName
 {
   background-color: #753B24;
 }
 .BgClassName
 {
   background-color: #753B24;
 }
</style>

border-color css

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

 span { border-color: rgb(117,59,36); }

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