Html Css Color HEX #734D47 Buccaneer

📋 copy color: '#734D47'

red 115 ◦ green 77 ◦ blue 71

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

Shades of Buccaneer #734D47

Tints of Buccaneer #734D47

RGB

 RED value IS 115 (45.31% from 255) = 43.73%

 GREEN value IS 77 (30.47% from 255) = 29.28%

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

R = 43.73%
G = 29.28%
B = 27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#734D47 (or 0x734D47) is known color: Buccaneer. HEX triplet: 73, 4D and 47. RGB value is (115,77,71). Sum of RGB (Red+Green+Blue) = 115+77+71=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #734D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D47 is #8CB2B8. Grayscale: #575757. Windows color (decimal): -9220793 or 4672883. OLE color: 4672883.

HSL color Cylindrical-coordinate representation of color #734D47: hue angle of 8.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #734D47 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 77 71 -
CMYK 0 0.33 0.38 0.55
HSL 8.18º 0.24% 0.36% -
HSV(B) 8.18º 0.38% 0.45% -
XYZ 10.86 9.41 7.2 -
YUV 87.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 115 77 71 0 0.33 0.38 0.55 8.18 0.24 0.36
Hex 73 4D 47 0 21 26 37 8 18 24
Octal 163 115 107 0 41 46 67 10 30 44
Binary 1110011 1001101 1000111 0 100001 100110 110111 1000 11000 100100

Color Harmonies of #734D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D47

Black with #734D47

Text Example


Text Example

White with #734D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734D47; }

 p { color: rgb(115,77,71); }

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

background-color css

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

 a { background-color: rgb(115,77,71); }

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

border-color css

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

 span { border-color: rgb(115,77,71); }

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