Html Css Color HEX #794B49 Buccaneer

📋 copy color: '#794B49'

red 121 ◦ green 75 ◦ blue 73

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

Shades of Buccaneer #794B49

Tints of Buccaneer #794B49

RGB

 RED value IS 121 (47.66% from 255) = 44.98%

 GREEN value IS 75 (29.69% from 255) = 27.88%

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

R = 44.98%
G = 27.88%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#794B49 (or 0x794B49) is known color: Buccaneer. HEX triplet: 79, 4B and 49. RGB value is (121,75,73). Sum of RGB (Red+Green+Blue) = 121+75+73=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #794B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794B49 is #86B4B6. Grayscale: #585858. Windows color (decimal): -8828087 or 4803449. OLE color: 4803449.

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

Color convert

RGB 121 75 73 -
CMYK 0 0.38 0.40 0.53
HSL 2.5º 0.25% 0.38% -
HSV(B) 2.5º 0.4% 0.47% -
XYZ 11.6 9.58 7.54 -
YUV 88.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 121 75 73 0 0.38 0.40 0.53 2.5 0.25 0.38
Hex 79 4B 49 0 26 28 35 2 19 26
Octal 171 113 111 0 46 50 65 2 31 46
Binary 1111001 1001011 1001001 0 100110 101000 110101 10 11001 100110

Color Harmonies of #794B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794B49

Black with #794B49

Text Example


Text Example

White with #794B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794B49; }

 p { color: rgb(121,75,73); }

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

background-color css

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

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

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

border-color css

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

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

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