Html Css Color HEX #745551 Buccaneer

📋 copy color: '#745551'

red 116 ◦ green 85 ◦ blue 81

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

Shades of Buccaneer #745551

Tints of Buccaneer #745551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

 BLUE value IS 81 (32.03% from 255) = 28.72%

R = 41.13%
G = 30.14%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#745551 (or 0x745551) is known color: Buccaneer. HEX triplet: 74, 55 and 51. RGB value is (116,85,81). Sum of RGB (Red+Green+Blue) = 116+85+81=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #745551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745551 is #8BAAAE. Grayscale: #5D5D5D. Windows color (decimal): -9153199 or 5330292. OLE color: 5330292.

HSL color Cylindrical-coordinate representation of color #745551: hue angle of 6.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745551 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 81 -
CMYK 0 0.27 0.30 0.55
HSL 6.86º 0.18% 0.39% -
HSV(B) 6.86º 0.3% 0.45% -
XYZ 11.94 10.8 9.24 -
YUV 93.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 116 85 81 0 0.27 0.30 0.55 6.86 0.18 0.39
Hex 74 55 51 0 1B 1E 37 7 12 27
Octal 164 125 121 0 33 36 67 7 22 47
Binary 1110100 1010101 1010001 0 11011 11110 110111 111 10010 100111

Color Harmonies of #745551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745551

Black with #745551

Text Example


Text Example

White with #745551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745551; }

 p { color: rgb(116,85,81); }

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

background-color css

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

 a { background-color: rgb(116,85,81); }

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

border-color css

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

 span { border-color: rgb(116,85,81); }

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