Html Css Color HEX #743B26 New Amber

📋 copy color: '#743B26'

red 116 ◦ green 59 ◦ blue 38

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

Shades of New Amber #743B26

Tints of New Amber #743B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.84%

R = 54.46%
G = 27.7%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#743B26 (or 0x743B26) is known color: New Amber. HEX triplet: 74, 3B and 26. RGB value is (116,59,38). Sum of RGB (Red+Green+Blue) = 116+59+38=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #743B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B26 is #8BC4D9. Grayscale: #494949. Windows color (decimal): -9159898 or 2505588. OLE color: 2505588.

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

Color convert

RGB 116 59 38 -
CMYK 0 0.49 0.67 0.55
HSL 16.15º 0.51% 0.3% -
HSV(B) 16.15º 0.67% 0.45% -
XYZ 9.12 6.98 2.7 -
YUV 73.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 116 59 38 0 0.49 0.67 0.55 16.15 0.51 0.3
Hex 74 3B 26 0 31 43 37 10 33 1E
Octal 164 73 46 0 61 103 67 20 63 36
Binary 1110100 111011 100110 0 110001 1000011 110111 10000 110011 11110

Color Harmonies of #743B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B26

Black with #743B26

Text Example


Text Example

White with #743B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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