Html Css Color HEX #744846 Buccaneer

📋 copy color: '#744846'

red 116 ◦ green 72 ◦ blue 70

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

Shades of Buccaneer #744846

Tints of Buccaneer #744846

RGB

 RED value IS 116 (45.7% from 255) = 44.96%

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

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

R = 44.96%
G = 27.91%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#744846 (or 0x744846) is known color: Buccaneer. HEX triplet: 74, 48 and 46. RGB value is (116,72,70). Sum of RGB (Red+Green+Blue) = 116+72+70=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #744846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744846 is #8BB7B9. Grayscale: #545454. Windows color (decimal): -9156538 or 4606068. OLE color: 4606068.

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

Color convert

RGB 116 72 70 -
CMYK 0 0.38 0.40 0.55
HSL 2.61º 0.25% 0.36% -
HSV(B) 2.61º 0.4% 0.45% -
XYZ 10.63 8.79 6.93 -
YUV 84.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 116 72 70 0 0.38 0.40 0.55 2.61 0.25 0.36
Hex 74 48 46 0 26 28 37 3 19 24
Octal 164 110 106 0 46 50 67 3 31 44
Binary 1110100 1001000 1000110 0 100110 101000 110111 11 11001 100100

Color Harmonies of #744846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744846

Black with #744846

Text Example


Text Example

White with #744846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744846; }

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

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

background-color css

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

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

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

border-color css

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

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

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