Html Css Color HEX #724C48 Buccaneer

📋 copy color: '#724C48'

red 114 ◦ green 76 ◦ blue 72

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

Shades of Buccaneer #724C48

Tints of Buccaneer #724C48

RGB

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

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

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

R = 43.51%
G = 29.01%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#724C48 (or 0x724C48) is known color: Buccaneer. HEX triplet: 72, 4C and 48. RGB value is (114,76,72). Sum of RGB (Red+Green+Blue) = 114+76+72=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C48 is #8DB3B7. Grayscale: #565656. Windows color (decimal): -9286584 or 4738162. OLE color: 4738162.

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

Color convert

RGB 114 76 72 -
CMYK 0 0.33 0.37 0.55
HSL 5.71º 0.23% 0.36% -
HSV(B) 5.71º 0.37% 0.45% -
XYZ 10.69 9.21 7.35 -
YUV 86.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 114 76 72 0 0.33 0.37 0.55 5.71 0.23 0.36
Hex 72 4C 48 0 21 25 37 6 17 24
Octal 162 114 110 0 41 45 67 6 27 44
Binary 1110010 1001100 1001000 0 100001 100101 110111 110 10111 100100

Color Harmonies of #724C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724C48

Black with #724C48

Text Example


Text Example

White with #724C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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