Html Css Color HEX #744A49 Buccaneer

📋 copy color: '#744A49'

red 116 ◦ green 74 ◦ blue 73

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

Shades of Buccaneer #744A49

Tints of Buccaneer #744A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 44.11%
G = 28.14%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#744A49 (or 0x744A49) is known color: Buccaneer. HEX triplet: 74, 4A and 49. RGB value is (116,74,73). Sum of RGB (Red+Green+Blue) = 116+74+73=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #744A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A49 is #8BB5B6. Grayscale: #565656. Windows color (decimal): -9156023 or 4803188. OLE color: 4803188.

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

Color convert

RGB 116 74 73 -
CMYK 0 0.36 0.37 0.55
HSL 1.4º 0.23% 0.37% -
HSV(B) 1.4º 0.37% 0.45% -
XYZ 10.85 9.09 7.49 -
YUV 86.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 116 74 73 0 0.36 0.37 0.55 1.4 0.23 0.37
Hex 74 4A 49 0 24 25 37 1 17 25
Octal 164 112 111 0 44 45 67 1 27 45
Binary 1110100 1001010 1001001 0 100100 100101 110111 1 10111 100101

Color Harmonies of #744A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A49

Black with #744A49

Text Example


Text Example

White with #744A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,73); }

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

background-color css

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

 a { background-color: rgb(116,74,73); }

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

border-color css

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

 span { border-color: rgb(116,74,73); }

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