Html Css Color HEX #754D48 Buccaneer

📋 copy color: '#754D48'

red 117 ◦ green 77 ◦ blue 72

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

Shades of Buccaneer #754D48

Tints of Buccaneer #754D48

RGB

 RED value IS 117 (46.09% from 255) = 43.98%

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

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

R = 43.98%
G = 28.95%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754D48 (or 0x754D48) is known color: Buccaneer. HEX triplet: 75, 4D and 48. RGB value is (117,77,72). Sum of RGB (Red+Green+Blue) = 117+77+72=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #754D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D48 is #8AB2B7. Grayscale: #585858. Windows color (decimal): -9089720 or 4738421. OLE color: 4738421.

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

Color convert

RGB 117 77 72 -
CMYK 0 0.34 0.38 0.54
HSL 6.67º 0.24% 0.37% -
HSV(B) 6.67º 0.38% 0.46% -
XYZ 11.16 9.56 7.39 -
YUV 88.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 117 77 72 0 0.34 0.38 0.54 6.67 0.24 0.37
Hex 75 4D 48 0 22 26 36 7 18 25
Octal 165 115 110 0 42 46 66 7 30 45
Binary 1110101 1001101 1001000 0 100010 100110 110110 111 11000 100101

Color Harmonies of #754D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D48

Black with #754D48

Text Example


Text Example

White with #754D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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