Html Css Color HEX #743722 New Amber

📋 copy color: '#743722'

red 116 ◦ green 55 ◦ blue 34

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

Shades of New Amber #743722

Tints of New Amber #743722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 34 (13.67% from 255) = 16.59%

R = 56.59%
G = 26.83%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#743722 (or 0x743722) is known color: New Amber. HEX triplet: 74, 37 and 22. RGB value is (116,55,34). Sum of RGB (Red+Green+Blue) = 116+55+34=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743722 is #8BC8DD. Grayscale: #464646. Windows color (decimal): -9160926 or 2242420. OLE color: 2242420.

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

Color convert

RGB 116 55 34 -
CMYK 0 0.53 0.71 0.55
HSL 15.37º 0.55% 0.29% -
HSV(B) 15.37º 0.71% 0.45% -
XYZ 8.86 6.56 2.31 -
YUV 70.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 116 55 34 0 0.53 0.71 0.55 15.37 0.55 0.29
Hex 74 37 22 0 35 47 37 F 37 1D
Octal 164 67 42 0 65 107 67 17 67 35
Binary 1110100 110111 100010 0 110101 1000111 110111 1111 110111 11101

Color Harmonies of #743722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743722

Black with #743722

Text Example


Text Example

White with #743722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743722; }

 p { color: rgb(116,55,34); }

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

background-color css

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

 a { background-color: rgb(116,55,34); }

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

border-color css

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

 span { border-color: rgb(116,55,34); }

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