Html Css Color HEX #724949 Buccaneer

📋 copy color: '#724949'

red 114 ◦ green 73 ◦ blue 73

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

Shades of Buccaneer #724949

Tints of Buccaneer #724949

RGB

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

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

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

R = 43.85%
G = 28.08%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#724949 (or 0x724949) is known color: Buccaneer. HEX triplet: 72, 49 and 49. RGB value is (114,73,73). Sum of RGB (Red+Green+Blue) = 114+73+73=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #724949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724949 is #8DB6B6. Grayscale: #555555. Windows color (decimal): -9287351 or 4802930. OLE color: 4802930.

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

Color convert

RGB 114 73 73 -
CMYK 0 0.36 0.36 0.55
HSL 0.22% 0.37% -
HSV(B) 0.36% 0.45% -
XYZ 10.52 8.82 7.45 -
YUV 85.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 114 73 73 0 0.36 0.36 0.55 0 0.22 0.37
Hex 72 49 49 0 24 24 37 0 16 25
Octal 162 111 111 0 44 44 67 0 26 45
Binary 1110010 1001001 1001001 0 100100 100100 110111 0 10110 100101

Color Harmonies of #724949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724949

Black with #724949

Text Example


Text Example

White with #724949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724949; }

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

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

background-color css

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

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

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

border-color css

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

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

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