Html Css Color HEX #734D4A Buccaneer

📋 copy color: '#734D4A'

red 115 ◦ green 77 ◦ blue 74

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

Shades of Buccaneer #734D4A

Tints of Buccaneer #734D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.82%

R = 43.23%
G = 28.95%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#734D4A (or 0x734D4A) is known color: Buccaneer. HEX triplet: 73, 4D and 4A. RGB value is (115,77,74). Sum of RGB (Red+Green+Blue) = 115+77+74=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #734D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D4A is #8CB2B5. Grayscale: #585858. Windows color (decimal): -9220790 or 4869491. OLE color: 4869491.

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

Color convert

RGB 115 77 74 -
CMYK 0 0.33 0.36 0.55
HSL 4.39º 0.22% 0.37% -
HSV(B) 4.39º 0.36% 0.45% -
XYZ 10.96 9.45 7.72 -
YUV 88.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 115 77 74 0 0.33 0.36 0.55 4.39 0.22 0.37
Hex 73 4D 4A 0 21 24 37 4 16 25
Octal 163 115 112 0 41 44 67 4 26 45
Binary 1110011 1001101 1001010 0 100001 100100 110111 100 10110 100101

Color Harmonies of #734D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D4A

Black with #734D4A

Text Example


Text Example

White with #734D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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