Html Css Color HEX #724846 Buccaneer

📋 copy color: '#724846'

red 114 ◦ green 72 ◦ blue 70

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

Shades of Buccaneer #724846

Tints of Buccaneer #724846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 44.53%
G = 28.13%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#724846 (or 0x724846) is known color: Buccaneer. HEX triplet: 72, 48 and 46. RGB value is (114,72,70). Sum of RGB (Red+Green+Blue) = 114+72+70=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #724846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724846 is #8DB7B9. Grayscale: #545454. Windows color (decimal): -9287610 or 4606066. OLE color: 4606066.

HSL color Cylindrical-coordinate representation of color #724846: hue angle of 2.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #724846 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 72 70 -
CMYK 0 0.37 0.39 0.55
HSL 2.73º 0.24% 0.36% -
HSV(B) 2.73º 0.39% 0.45% -
XYZ 10.36 8.65 6.92 -
YUV 84.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 114 72 70 0 0.37 0.39 0.55 2.73 0.24 0.36
Hex 72 48 46 0 25 27 37 3 18 24
Octal 162 110 106 0 45 47 67 3 30 44
Binary 1110010 1001000 1000110 0 100101 100111 110111 11 11000 100100

Color Harmonies of #724846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724846

Black with #724846

Text Example


Text Example

White with #724846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724846; }

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

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

background-color css

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

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

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

border-color css

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

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

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