Html Css Color HEX #724D4A Buccaneer

📋 copy color: '#724D4A'

red 114 ◦ green 77 ◦ blue 74

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

Shades of Buccaneer #724D4A

Tints of Buccaneer #724D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 43.02%
G = 29.06%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#724D4A (or 0x724D4A) is known color: Buccaneer. HEX triplet: 72, 4D and 4A. RGB value is (114,77,74). Sum of RGB (Red+Green+Blue) = 114+77+74=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #724D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D4A is #8DB2B5. Grayscale: #575757. Windows color (decimal): -9286326 or 4869490. OLE color: 4869490.

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

Color convert

RGB 114 77 74 -
CMYK 0 0.32 0.35 0.55
HSL 4.5º 0.21% 0.37% -
HSV(B) 4.5º 0.35% 0.45% -
XYZ 10.83 9.38 7.72 -
YUV 87.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 114 77 74 0 0.32 0.35 0.55 4.5 0.21 0.37
Hex 72 4D 4A 0 20 23 37 4 15 25
Octal 162 115 112 0 40 43 67 4 25 45
Binary 1110010 1001101 1001010 0 100000 100011 110111 100 10101 100101

Color Harmonies of #724D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724D4A

Black with #724D4A

Text Example


Text Example

White with #724D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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