Html Css Color HEX #743B24 New Amber

📋 copy color: '#743B24'

red 116 ◦ green 59 ◦ blue 36

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

Shades of New Amber #743B24

Tints of New Amber #743B24

RGB

 RED value IS 116 (45.7% from 255) = 54.98%

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

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

R = 54.98%
G = 27.96%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#743B24 (or 0x743B24) is known color: New Amber. HEX triplet: 74, 3B and 24. RGB value is (116,59,36). Sum of RGB (Red+Green+Blue) = 116+59+36=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #743B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B24 is #8BC4DB. Grayscale: #494949. Windows color (decimal): -9159900 or 2374516. OLE color: 2374516.

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

Color convert

RGB 116 59 36 -
CMYK 0 0.49 0.69 0.55
HSL 17.25º 0.53% 0.3% -
HSV(B) 17.25º 0.69% 0.45% -
XYZ 9.08 6.97 2.54 -
YUV 73.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 116 59 36 0 0.49 0.69 0.55 17.25 0.53 0.3
Hex 74 3B 24 0 31 45 37 11 35 1E
Octal 164 73 44 0 61 105 67 21 65 36
Binary 1110100 111011 100100 0 110001 1000101 110111 10001 110101 11110

Color Harmonies of #743B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B24

Black with #743B24

Text Example


Text Example

White with #743B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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