Html Css Color HEX #724948 Buccaneer

📋 copy color: '#724948'

red 114 ◦ green 73 ◦ blue 72

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

Shades of Buccaneer #724948

Tints of Buccaneer #724948

RGB

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

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

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

R = 44.02%
G = 28.19%
B = 27.8%

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

#724948 (or 0x724948) is known color: Buccaneer. HEX triplet: 72, 49 and 48. RGB value is (114,73,72). Sum of RGB (Red+Green+Blue) = 114+73+72=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #724948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724948 is #8DB6B7. Grayscale: #555555. Windows color (decimal): -9287352 or 4737394. OLE color: 4737394.

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

Color convert

RGB 114 73 72 -
CMYK 0 0.36 0.37 0.55
HSL 1.43º 0.23% 0.36% -
HSV(B) 1.43º 0.37% 0.45% -
XYZ 10.49 8.81 7.28 -
YUV 85.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 114 73 72 0 0.36 0.37 0.55 1.43 0.23 0.36
Hex 72 49 48 0 24 25 37 1 17 24
Octal 162 111 110 0 44 45 67 1 27 44
Binary 1110010 1001001 1001000 0 100100 100101 110111 1 10111 100100

Color Harmonies of #724948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724948

Black with #724948

Text Example


Text Example

White with #724948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724948; }

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

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

background-color css

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

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

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

border-color css

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

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

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