Html Css Color HEX #743C27 New Amber

📋 copy color: '#743C27'

red 116 ◦ green 60 ◦ blue 39

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

Shades of New Amber #743C27

Tints of New Amber #743C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.91%

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 53.95%
G = 27.91%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#743C27 (or 0x743C27) is known color: New Amber. HEX triplet: 74, 3C and 27. RGB value is (116,60,39). Sum of RGB (Red+Green+Blue) = 116+60+39=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C27 is #8BC3D8. Grayscale: #4A4A4A. Windows color (decimal): -9159641 or 2571380. OLE color: 2571380.

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

Color convert

RGB 116 60 39 -
CMYK 0 0.48 0.66 0.55
HSL 16.36º 0.5% 0.3% -
HSV(B) 16.36º 0.66% 0.45% -
XYZ 9.18 7.09 2.8 -
YUV 74.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 116 60 39 0 0.48 0.66 0.55 16.36 0.5 0.3
Hex 74 3C 27 0 30 42 37 10 32 1E
Octal 164 74 47 0 60 102 67 20 62 36
Binary 1110100 111100 100111 0 110000 1000010 110111 10000 110010 11110

Color Harmonies of #743C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743C27

Black with #743C27

Text Example


Text Example

White with #743C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,60,39); }

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

background-color css

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

 a { background-color: rgb(116,60,39); }

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

border-color css

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

 span { border-color: rgb(116,60,39); }

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