Html Css Color HEX #745149 Buccaneer

📋 copy color: '#745149'

red 116 ◦ green 81 ◦ blue 73

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

Shades of Buccaneer #745149

Tints of Buccaneer #745149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 42.96%
G = 30%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#745149 (or 0x745149) is known color: Buccaneer. HEX triplet: 74, 51 and 49. RGB value is (116,81,73). Sum of RGB (Red+Green+Blue) = 116+81+73=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #745149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745149 is #8BAEB6. Grayscale: #5A5A5A. Windows color (decimal): -9154231 or 4804980. OLE color: 4804980.

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

Color convert

RGB 116 81 73 -
CMYK 0 0.30 0.37 0.55
HSL 11.16º 0.23% 0.37% -
HSV(B) 11.16º 0.37% 0.45% -
XYZ 11.35 10.08 7.65 -
YUV 90.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 116 81 73 0 0.30 0.37 0.55 11.16 0.23 0.37
Hex 74 51 49 0 1E 25 37 B 17 25
Octal 164 121 111 0 36 45 67 13 27 45
Binary 1110100 1010001 1001001 0 11110 100101 110111 1011 10111 100101

Color Harmonies of #745149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745149

Black with #745149

Text Example


Text Example

White with #745149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745149; }

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

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

background-color css

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

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

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

border-color css

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

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

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