Html Css Color HEX #744E46 Congo Brown

📋 copy color: '#744E46'

red 116 ◦ green 78 ◦ blue 70

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

Shades of Congo Brown #744E46

Tints of Congo Brown #744E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.55%

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 43.94%
G = 29.55%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#744E46 (or 0x744E46) is known color: Congo Brown. HEX triplet: 74, 4E and 46. RGB value is (116,78,70). Sum of RGB (Red+Green+Blue) = 116+78+70=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #744E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E46 is #8BB1B9. Grayscale: #585858. Windows color (decimal): -9155002 or 4607604. OLE color: 4607604.

HSL color Cylindrical-coordinate representation of color #744E46: hue angle of 10.43º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #744E46 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 78 70 -
CMYK 0 0.33 0.40 0.55
HSL 10.43º 0.25% 0.36% -
HSV(B) 10.43º 0.4% 0.45% -
XYZ 11.03 9.6 7.07 -
YUV 88.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 116 78 70 0 0.33 0.40 0.55 10.43 0.25 0.36
Hex 74 4E 46 0 21 28 37 A 19 24
Octal 164 116 106 0 41 50 67 12 31 44
Binary 1110100 1001110 1000110 0 100001 101000 110111 1010 11001 100100

Color Harmonies of #744E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E46

Black with #744E46

Text Example


Text Example

White with #744E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744E46; }

 p { color: rgb(116,78,70); }

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

background-color css

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

 a { background-color: rgb(116,78,70); }

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

border-color css

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

 span { border-color: rgb(116,78,70); }

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