Html Css Color HEX #724A47 Buccaneer

📋 copy color: '#724A47'

red 114 ◦ green 74 ◦ blue 71

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

Shades of Buccaneer #724A47

Tints of Buccaneer #724A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 44.02%
G = 28.57%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#724A47 (or 0x724A47) is known color: Buccaneer. HEX triplet: 72, 4A and 47. RGB value is (114,74,71). Sum of RGB (Red+Green+Blue) = 114+74+71=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #724A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A47 is #8DB5B8. Grayscale: #555555. Windows color (decimal): -9287097 or 4672114. OLE color: 4672114.

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

Color convert

RGB 114 74 71 -
CMYK 0 0.35 0.38 0.55
HSL 4.19º 0.23% 0.36% -
HSV(B) 4.19º 0.38% 0.45% -
XYZ 10.53 8.93 7.13 -
YUV 85.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 114 74 71 0 0.35 0.38 0.55 4.19 0.23 0.36
Hex 72 4A 47 0 23 26 37 4 17 24
Octal 162 112 107 0 43 46 67 4 27 44
Binary 1110010 1001010 1000111 0 100011 100110 110111 100 10111 100100

Color Harmonies of #724A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724A47

Black with #724A47

Text Example


Text Example

White with #724A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,74,71); }

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

background-color css

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

 a { background-color: rgb(114,74,71); }

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

border-color css

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

 span { border-color: rgb(114,74,71); }

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