Html Css Color HEX #734A48 Buccaneer

📋 copy color: '#734A48'

red 115 ◦ green 74 ◦ blue 72

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

Shades of Buccaneer #734A48

Tints of Buccaneer #734A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 44.06%
G = 28.35%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#734A48 (or 0x734A48) is known color: Buccaneer. HEX triplet: 73, 4A and 48. RGB value is (115,74,72). Sum of RGB (Red+Green+Blue) = 115+74+72=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #734A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A48 is #8CB5B7. Grayscale: #565656. Windows color (decimal): -9221560 or 4737651. OLE color: 4737651.

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

Color convert

RGB 115 74 72 -
CMYK 0 0.36 0.37 0.55
HSL 2.79º 0.23% 0.37% -
HSV(B) 2.79º 0.37% 0.45% -
XYZ 10.69 9.01 7.31 -
YUV 86.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 115 74 72 0 0.36 0.37 0.55 2.79 0.23 0.37
Hex 73 4A 48 0 24 25 37 3 17 25
Octal 163 112 110 0 44 45 67 3 27 45
Binary 1110011 1001010 1001000 0 100100 100101 110111 11 10111 100101

Color Harmonies of #734A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734A48

Black with #734A48

Text Example


Text Example

White with #734A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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