Html Css Color HEX #754F48 Buccaneer

📋 copy color: '#754F48'

red 117 ◦ green 79 ◦ blue 72

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

Shades of Buccaneer #754F48

Tints of Buccaneer #754F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

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

R = 43.66%
G = 29.48%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#754F48 (or 0x754F48) is known color: Buccaneer. HEX triplet: 75, 4F and 48. RGB value is (117,79,72). Sum of RGB (Red+Green+Blue) = 117+79+72=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F48 is #8AB0B7. Grayscale: #595959. Windows color (decimal): -9089208 or 4738933. OLE color: 4738933.

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

Color convert

RGB 117 79 72 -
CMYK 0 0.32 0.38 0.54
HSL 9.33º 0.24% 0.37% -
HSV(B) 9.33º 0.38% 0.46% -
XYZ 11.3 9.84 7.43 -
YUV 89.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 117 79 72 0 0.32 0.38 0.54 9.33 0.24 0.37
Hex 75 4F 48 0 20 26 36 9 18 25
Octal 165 117 110 0 40 46 66 11 30 45
Binary 1110101 1001111 1001000 0 100000 100110 110110 1001 11000 100101

Color Harmonies of #754F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F48

Black with #754F48

Text Example


Text Example

White with #754F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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