Html Css Color HEX #794848 Buccaneer

📋 copy color: '#794848'

red 121 ◦ green 72 ◦ blue 72

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

Shades of Buccaneer #794848

Tints of Buccaneer #794848

RGB

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

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

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

R = 45.66%
G = 27.17%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#794848 (or 0x794848) is known color: Buccaneer. HEX triplet: 79, 48 and 48. RGB value is (121,72,72). Sum of RGB (Red+Green+Blue) = 121+72+72=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #794848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794848 is #86B7B7. Grayscale: #565656. Windows color (decimal): -8828856 or 4737145. OLE color: 4737145.

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

Color convert

RGB 121 72 72 -
CMYK 0 0.40 0.40 0.53
HSL 0.25% 0.38% -
HSV(B) 0.4% 0.47% -
XYZ 11.37 9.17 7.3 -
YUV 86.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 121 72 72 0 0.40 0.40 0.53 0 0.25 0.38
Hex 79 48 48 0 28 28 35 0 19 26
Octal 171 110 110 0 50 50 65 0 31 46
Binary 1111001 1001000 1001000 0 101000 101000 110101 0 11001 100110

Color Harmonies of #794848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794848

Black with #794848

Text Example


Text Example

White with #794848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794848; }

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

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

background-color css

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

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

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

border-color css

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

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

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