Html Css Color HEX #734947 Buccaneer

📋 copy color: '#734947'

red 115 ◦ green 73 ◦ blue 71

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

Shades of Buccaneer #734947

Tints of Buccaneer #734947

RGB

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

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

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

R = 44.4%
G = 28.19%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#734947 (or 0x734947) is known color: Buccaneer. HEX triplet: 73, 49 and 47. RGB value is (115,73,71). Sum of RGB (Red+Green+Blue) = 115+73+71=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #734947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734947 is #8CB6B8. Grayscale: #555555. Windows color (decimal): -9221817 or 4671859. OLE color: 4671859.

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

Color convert

RGB 115 73 71 -
CMYK 0 0.37 0.38 0.55
HSL 2.73º 0.24% 0.36% -
HSV(B) 2.73º 0.38% 0.45% -
XYZ 10.59 8.86 7.11 -
YUV 85.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 115 73 71 0 0.37 0.38 0.55 2.73 0.24 0.36
Hex 73 49 47 0 25 26 37 3 18 24
Octal 163 111 107 0 45 46 67 3 30 44
Binary 1110011 1001001 1000111 0 100101 100110 110111 11 11000 100100

Color Harmonies of #734947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734947

Black with #734947

Text Example


Text Example

White with #734947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734947; }

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

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

background-color css

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

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

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

border-color css

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

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

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