Html Css Color HEX #795553 Buccaneer

📋 copy color: '#795553'

red 121 ◦ green 85 ◦ blue 83

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

Shades of Buccaneer #795553

Tints of Buccaneer #795553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 83 (32.81% from 255) = 28.72%

R = 41.87%
G = 29.41%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#795553 (or 0x795553) is known color: Buccaneer. HEX triplet: 79, 55 and 53. RGB value is (121,85,83). Sum of RGB (Red+Green+Blue) = 121+85+83=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 121 - color contains mainly: red. Hex color #795553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795553 is #86AAAC. Grayscale: #5F5F5F. Windows color (decimal): -8825517 or 5461369. OLE color: 5461369.

HSL color Cylindrical-coordinate representation of color #795553: hue angle of 3.16º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #795553 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 85 83 -
CMYK 0 0.30 0.31 0.53
HSL 3.16º 0.19% 0.4% -
HSV(B) 3.16º 0.31% 0.47% -
XYZ 12.69 11.19 9.67 -
YUV 95.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 121 85 83 0 0.30 0.31 0.53 3.16 0.19 0.4
Hex 79 55 53 0 1E 1F 35 3 13 28
Octal 171 125 123 0 36 37 65 3 23 50
Binary 1111001 1010101 1010011 0 11110 11111 110101 11 10011 101000

Color Harmonies of #795553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795553

Black with #795553

Text Example


Text Example

White with #795553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795553; }

 p { color: rgb(121,85,83); }

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

background-color css

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

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

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

border-color css

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

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

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