Html Css Color HEX #734949 Buccaneer

📋 copy color: '#734949'

red 115 ◦ green 73 ◦ blue 73

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

Shades of Buccaneer #734949

Tints of Buccaneer #734949

RGB

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

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

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

R = 44.06%
G = 27.97%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#734949 (or 0x734949) is known color: Buccaneer. HEX triplet: 73, 49 and 49. RGB value is (115,73,73). Sum of RGB (Red+Green+Blue) = 115+73+73=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #734949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734949 is #8CB6B6. Grayscale: #555555. Windows color (decimal): -9221815 or 4802931. OLE color: 4802931.

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

Color convert

RGB 115 73 73 -
CMYK 0 0.37 0.37 0.55
HSL 0.22% 0.37% -
HSV(B) 0.37% 0.45% -
XYZ 10.66 8.89 7.46 -
YUV 85.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 115 73 73 0 0.37 0.37 0.55 0 0.22 0.37
Hex 73 49 49 0 25 25 37 0 16 25
Octal 163 111 111 0 45 45 67 0 26 45
Binary 1110011 1001001 1001001 0 100101 100101 110111 0 10110 100101

Color Harmonies of #734949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734949

Black with #734949

Text Example


Text Example

White with #734949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734949; }

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

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

background-color css

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

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

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

border-color css

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

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

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