Html Css Color HEX #744D48 Buccaneer

📋 copy color: '#744D48'

red 116 ◦ green 77 ◦ blue 72

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

Shades of Buccaneer #744D48

Tints of Buccaneer #744D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 43.77%
G = 29.06%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#744D48 (or 0x744D48) is known color: Buccaneer. HEX triplet: 74, 4D and 48. RGB value is (116,77,72). Sum of RGB (Red+Green+Blue) = 116+77+72=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #744D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D48 is #8BB2B7. Grayscale: #585858. Windows color (decimal): -9155256 or 4738420. OLE color: 4738420.

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

Color convert

RGB 116 77 72 -
CMYK 0 0.34 0.38 0.55
HSL 6.82º 0.23% 0.37% -
HSV(B) 6.82º 0.38% 0.45% -
XYZ 11.03 9.49 7.38 -
YUV 88.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 116 77 72 0 0.34 0.38 0.55 6.82 0.23 0.37
Hex 74 4D 48 0 22 26 37 7 17 25
Octal 164 115 110 0 42 46 67 7 27 45
Binary 1110100 1001101 1001000 0 100010 100110 110111 111 10111 100101

Color Harmonies of #744D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D48

Black with #744D48

Text Example


Text Example

White with #744D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,77,72); }

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

background-color css

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

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

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

border-color css

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

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

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