Html Css Color HEX #754C48 Buccaneer

📋 copy color: '#754C48'

red 117 ◦ green 76 ◦ blue 72

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

Shades of Buccaneer #754C48

Tints of Buccaneer #754C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

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

R = 44.15%
G = 28.68%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754C48 (or 0x754C48) is known color: Buccaneer. HEX triplet: 75, 4C and 48. RGB value is (117,76,72). Sum of RGB (Red+Green+Blue) = 117+76+72=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #754C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C48 is #8AB3B7. Grayscale: #575757. Windows color (decimal): -9089976 or 4738165. OLE color: 4738165.

HSL color Cylindrical-coordinate representation of color #754C48: hue angle of 5.33º 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 #754C48 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 76 72 -
CMYK 0 0.35 0.38 0.54
HSL 5.33º 0.24% 0.37% -
HSV(B) 5.33º 0.38% 0.46% -
XYZ 11.09 9.42 7.36 -
YUV 87.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 117 76 72 0 0.35 0.38 0.54 5.33 0.24 0.37
Hex 75 4C 48 0 23 26 36 5 18 25
Octal 165 114 110 0 43 46 66 5 30 45
Binary 1110101 1001100 1001000 0 100011 100110 110110 101 11000 100101

Color Harmonies of #754C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C48

Black with #754C48

Text Example


Text Example

White with #754C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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