Html Css Color HEX #754947 Buccaneer

📋 copy color: '#754947'

red 117 ◦ green 73 ◦ blue 71

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

Shades of Buccaneer #754947

Tints of Buccaneer #754947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.2%

R = 44.83%
G = 27.97%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#754947 (or 0x754947) is known color: Buccaneer. HEX triplet: 75, 49 and 47. RGB value is (117,73,71). Sum of RGB (Red+Green+Blue) = 117+73+71=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #754947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754947 is #8AB6B8. Grayscale: #555555. Windows color (decimal): -9090745 or 4671861. OLE color: 4671861.

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

Color convert

RGB 117 73 71 -
CMYK 0 0.38 0.39 0.54
HSL 2.61º 0.24% 0.37% -
HSV(B) 2.61º 0.39% 0.46% -
XYZ 10.86 9 7.13 -
YUV 85.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 117 73 71 0 0.38 0.39 0.54 2.61 0.24 0.37
Hex 75 49 47 0 26 27 36 3 18 25
Octal 165 111 107 0 46 47 66 3 30 45
Binary 1110101 1001001 1000111 0 100110 100111 110110 11 11000 100101

Color Harmonies of #754947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754947

Black with #754947

Text Example


Text Example

White with #754947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754947; }

 p { color: rgb(117,73,71); }

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

background-color css

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

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

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

border-color css

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

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

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