Html Css Color HEX #794D48 Buccaneer

📋 copy color: '#794D48'

red 121 ◦ green 77 ◦ blue 72

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

Shades of Buccaneer #794D48

Tints of Buccaneer #794D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 44.81%
G = 28.52%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#794D48 (or 0x794D48) is known color: Buccaneer. HEX triplet: 79, 4D and 48. RGB value is (121,77,72). Sum of RGB (Red+Green+Blue) = 121+77+72=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #794D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #794D48 is #86B2B7. Grayscale: #595959. Windows color (decimal): -8827576 or 4738425. OLE color: 4738425.

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

Color convert

RGB 121 77 72 -
CMYK 0 0.36 0.40 0.53
HSL 6.12º 0.25% 0.38% -
HSV(B) 6.12º 0.4% 0.47% -
XYZ 11.71 9.84 7.41 -
YUV 89.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 121 77 72 0 0.36 0.40 0.53 6.12 0.25 0.38
Hex 79 4D 48 0 24 28 35 6 19 26
Octal 171 115 110 0 44 50 65 6 31 46
Binary 1111001 1001101 1001000 0 100100 101000 110101 110 11001 100110

Color Harmonies of #794D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794D48

Black with #794D48

Text Example


Text Example

White with #794D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,77,72); }

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

background-color css

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

 a { background-color: rgb(121,77,72); }

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

border-color css

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

 span { border-color: rgb(121,77,72); }

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