Html Css Color HEX #745851 Buccaneer

📋 copy color: '#745851'

red 116 ◦ green 88 ◦ blue 81

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

Shades of Buccaneer #745851

Tints of Buccaneer #745851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 40.7%
G = 30.88%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#745851 (or 0x745851) is known color: Buccaneer. HEX triplet: 74, 58 and 51. RGB value is (116,88,81). Sum of RGB (Red+Green+Blue) = 116+88+81=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #745851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745851 is #8BA7AE. Grayscale: #5F5F5F. Windows color (decimal): -9152431 or 5331060. OLE color: 5331060.

HSL color Cylindrical-coordinate representation of color #745851: hue angle of 12º 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 #745851 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 88 81 -
CMYK 0 0.24 0.30 0.55
HSL 12º 0.18% 0.39% -
HSV(B) 12º 0.3% 0.45% -
XYZ 12.18 11.29 9.32 -
YUV 95.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 116 88 81 0 0.24 0.30 0.55 12 0.18 0.39
Hex 74 58 51 0 18 1E 37 C 12 27
Octal 164 130 121 0 30 36 67 14 22 47
Binary 1110100 1011000 1010001 0 11000 11110 110111 1100 10010 100111

Color Harmonies of #745851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745851

Black with #745851

Text Example


Text Example

White with #745851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745851; }

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

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

background-color css

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

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

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

border-color css

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

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

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