Html Css Color HEX #734F49 Buccaneer

📋 copy color: '#734F49'

red 115 ◦ green 79 ◦ blue 73

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

Shades of Buccaneer #734F49

Tints of Buccaneer #734F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.59%

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

R = 43.07%
G = 29.59%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#734F49 (or 0x734F49) is known color: Buccaneer. HEX triplet: 73, 4F and 49. RGB value is (115,79,73). Sum of RGB (Red+Green+Blue) = 115+79+73=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #734F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F49 is #8CB0B6. Grayscale: #595959. Windows color (decimal): -9220279 or 4804467. OLE color: 4804467.

HSL color Cylindrical-coordinate representation of color #734F49: hue angle of 8.57º degrees, saturation: 0.22, 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 #734F49 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 79 73 -
CMYK 0 0.31 0.37 0.55
HSL 8.57º 0.22% 0.37% -
HSV(B) 8.57º 0.37% 0.45% -
XYZ 11.07 9.72 7.6 -
YUV 89.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 115 79 73 0 0.31 0.37 0.55 8.57 0.22 0.37
Hex 73 4F 49 0 1F 25 37 9 16 25
Octal 163 117 111 0 37 45 67 11 26 45
Binary 1110011 1001111 1001001 0 11111 100101 110111 1001 10110 100101

Color Harmonies of #734F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734F49

Black with #734F49

Text Example


Text Example

White with #734F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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