Html Css Color HEX #744949 Buccaneer

📋 copy color: '#744949'

red 116 ◦ green 73 ◦ blue 73

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

Shades of Buccaneer #744949

Tints of Buccaneer #744949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

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

R = 44.27%
G = 27.86%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#744949 (or 0x744949) is known color: Buccaneer. HEX triplet: 74, 49 and 49. RGB value is (116,73,73). Sum of RGB (Red+Green+Blue) = 116+73+73=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #744949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744949 is #8BB6B6. Grayscale: #555555. Windows color (decimal): -9156279 or 4802932. OLE color: 4802932.

HSL color Cylindrical-coordinate representation of color #744949: hue angle of 0º 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 #744949 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 73 -
CMYK 0 0.37 0.37 0.55
HSL 0.23% 0.37% -
HSV(B) 0.37% 0.45% -
XYZ 10.79 8.96 7.46 -
YUV 85.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 116 73 73 0 0.37 0.37 0.55 0 0.23 0.37
Hex 74 49 49 0 25 25 37 0 17 25
Octal 164 111 111 0 45 45 67 0 27 45
Binary 1110100 1001001 1001001 0 100101 100101 110111 0 10111 100101

Color Harmonies of #744949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744949

Black with #744949

Text Example


Text Example

White with #744949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744949; }

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

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

background-color css

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

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

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

border-color css

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

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

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