Html Css Color HEX #794A49 Buccaneer

📋 copy color: '#794A49'

red 121 ◦ green 74 ◦ blue 73

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

Shades of Buccaneer #794A49

Tints of Buccaneer #794A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

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

R = 45.15%
G = 27.61%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#794A49 (or 0x794A49) is known color: Buccaneer. HEX triplet: 79, 4A and 49. RGB value is (121,74,73). Sum of RGB (Red+Green+Blue) = 121+74+73=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #794A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794A49 is #86B5B6. Grayscale: #575757. Windows color (decimal): -8828343 or 4803193. OLE color: 4803193.

HSL color Cylindrical-coordinate representation of color #794A49: hue angle of 1.25º 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 #794A49 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 74 73 -
CMYK 0 0.39 0.40 0.53
HSL 1.25º 0.25% 0.38% -
HSV(B) 1.25º 0.4% 0.47% -
XYZ 11.54 9.44 7.52 -
YUV 87.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 121 74 73 0 0.39 0.40 0.53 1.25 0.25 0.38
Hex 79 4A 49 0 27 28 35 1 19 26
Octal 171 112 111 0 47 50 65 1 31 46
Binary 1111001 1001010 1001001 0 100111 101000 110101 1 11001 100110

Color Harmonies of #794A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794A49

Black with #794A49

Text Example


Text Example

White with #794A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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