Html Css Color HEX #795853 Buccaneer

📋 copy color: '#795853'

red 121 ◦ green 88 ◦ blue 83

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

Shades of Buccaneer #795853

Tints of Buccaneer #795853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.14%

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

R = 41.44%
G = 30.14%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#795853 (or 0x795853) is known color: Buccaneer. HEX triplet: 79, 58 and 53. RGB value is (121,88,83). Sum of RGB (Red+Green+Blue) = 121+88+83=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 121 - color contains mainly: red. Hex color #795853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795853 is #86A7AC. Grayscale: #616161. Windows color (decimal): -8824749 or 5462137. OLE color: 5462137.

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

Color convert

RGB 121 88 83 -
CMYK 0 0.27 0.31 0.53
HSL 7.89º 0.19% 0.4% -
HSV(B) 7.89º 0.31% 0.47% -
XYZ 12.94 11.67 9.75 -
YUV 97.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 121 88 83 0 0.27 0.31 0.53 7.89 0.19 0.4
Hex 79 58 53 0 1B 1F 35 8 13 28
Octal 171 130 123 0 33 37 65 10 23 50
Binary 1111001 1011000 1010011 0 11011 11111 110101 1000 10011 101000

Color Harmonies of #795853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795853

Black with #795853

Text Example


Text Example

White with #795853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795853; }

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

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

background-color css

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

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

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

border-color css

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

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

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