Html Css Color HEX #724B49 Buccaneer

📋 copy color: '#724B49'

red 114 ◦ green 75 ◦ blue 73

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

Shades of Buccaneer #724B49

Tints of Buccaneer #724B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.63%

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

R = 43.51%
G = 28.63%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#724B49 (or 0x724B49) is known color: Buccaneer. HEX triplet: 72, 4B and 49. RGB value is (114,75,73). Sum of RGB (Red+Green+Blue) = 114+75+73=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #724B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B49 is #8DB4B6. Grayscale: #565656. Windows color (decimal): -9286839 or 4803442. OLE color: 4803442.

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

Color convert

RGB 114 75 73 -
CMYK 0 0.34 0.36 0.55
HSL 2.93º 0.22% 0.37% -
HSV(B) 2.93º 0.36% 0.45% -
XYZ 10.66 9.09 7.5 -
YUV 86.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 114 75 73 0 0.34 0.36 0.55 2.93 0.22 0.37
Hex 72 4B 49 0 22 24 37 3 16 25
Octal 162 113 111 0 42 44 67 3 26 45
Binary 1110010 1001011 1001001 0 100010 100100 110111 11 10110 100101

Color Harmonies of #724B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724B49

Black with #724B49

Text Example


Text Example

White with #724B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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