Html Css Color HEX #724C49 Buccaneer

📋 copy color: '#724C49'

red 114 ◦ green 76 ◦ blue 73

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

Shades of Buccaneer #724C49

Tints of Buccaneer #724C49

RGB

 RED value IS 114 (44.92% from 255) = 43.35%

 GREEN value IS 76 (30.08% from 255) = 28.9%

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

R = 43.35%
G = 28.9%
B = 27.76%

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

#724C49 (or 0x724C49) is known color: Buccaneer. HEX triplet: 72, 4C and 49. RGB value is (114,76,73). Sum of RGB (Red+Green+Blue) = 114+76+73=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #724C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C49 is #8DB3B6. Grayscale: #575757. Windows color (decimal): -9286583 or 4803698. OLE color: 4803698.

HSL color Cylindrical-coordinate representation of color #724C49: 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 #724C49 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 76 73 -
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.73 9.23 7.52 -
YUV 87.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 114 76 73 0 0.33 0.36 0.55 4.39 0.22 0.37
Hex 72 4C 49 0 21 24 37 4 16 25
Octal 162 114 111 0 41 44 67 4 26 45
Binary 1110010 1001100 1001001 0 100001 100100 110111 100 10110 100101

Color Harmonies of #724C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C49

Black with #724C49

Text Example


Text Example

White with #724C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724C49; }

 p { color: rgb(114,76,73); }

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

background-color css

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

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

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

border-color css

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

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

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