Html Css Color HEX #79524A Buccaneer

📋 copy color: '#79524A'

red 121 ◦ green 82 ◦ blue 74

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

Shades of Buccaneer #79524A

Tints of Buccaneer #79524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 43.68%
G = 29.6%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#79524A (or 0x79524A) is known color: Buccaneer. HEX triplet: 79, 52 and 4A. RGB value is (121,82,74). Sum of RGB (Red+Green+Blue) = 121+82+74=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #79524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79524A is #86ADB5. Grayscale: #5C5C5C. Windows color (decimal): -8826294 or 4870777. OLE color: 4870777.

HSL color Cylindrical-coordinate representation of color #79524A: hue angle of 10.21º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79524A is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 82 74 -
CMYK 0 0.32 0.39 0.53
HSL 10.21º 0.24% 0.38% -
HSV(B) 10.21º 0.39% 0.47% -
XYZ 12.14 10.59 7.88 -
YUV 92.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 121 82 74 0 0.32 0.39 0.53 10.21 0.24 0.38
Hex 79 52 4A 0 20 27 35 A 18 26
Octal 171 122 112 0 40 47 65 12 30 46
Binary 1111001 1010010 1001010 0 100000 100111 110101 1010 11000 100110

Color Harmonies of #79524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79524A

Black with #79524A

Text Example


Text Example

White with #79524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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