Html Css Color HEX #795353 Buccaneer

📋 copy color: '#795353'

red 121 ◦ green 83 ◦ blue 83

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

Shades of Buccaneer #795353

Tints of Buccaneer #795353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 42.16%
G = 28.92%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#795353 (or 0x795353) is known color: Buccaneer. HEX triplet: 79, 53 and 53. RGB value is (121,83,83). Sum of RGB (Red+Green+Blue) = 121+83+83=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #795353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795353 is #86ACAC. Grayscale: #5E5E5E. Windows color (decimal): -8826029 or 5460857. OLE color: 5460857.

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

Color convert

RGB 121 83 83 -
CMYK 0 0.31 0.31 0.53
HSL 0.19% 0.4% -
HSV(B) 0.31% 0.47% -
XYZ 12.54 10.88 9.62 -
YUV 94.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 121 83 83 0 0.31 0.31 0.53 0 0.19 0.4
Hex 79 53 53 0 1F 1F 35 0 13 28
Octal 171 123 123 0 37 37 65 0 23 50
Binary 1111001 1010011 1010011 0 11111 11111 110101 0 10011 101000

Color Harmonies of #795353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795353

Black with #795353

Text Example


Text Example

White with #795353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795353; }

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

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

background-color css

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

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

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

border-color css

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

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

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