Html Css Color HEX #795250 Buccaneer

📋 copy color: '#795250'

red 121 ◦ green 82 ◦ blue 80

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

Shades of Buccaneer #795250

Tints of Buccaneer #795250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 42.76%
G = 28.98%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#795250 (or 0x795250) is known color: Buccaneer. HEX triplet: 79, 52 and 50. RGB value is (121,82,80). Sum of RGB (Red+Green+Blue) = 121+82+80=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #795250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795250 is #86ADAF. Grayscale: #5D5D5D. Windows color (decimal): -8826288 or 5263993. OLE color: 5263993.

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

Color convert

RGB 121 82 80 -
CMYK 0 0.32 0.34 0.53
HSL 2.93º 0.2% 0.39% -
HSV(B) 2.93º 0.34% 0.47% -
XYZ 12.35 10.68 9 -
YUV 93.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 121 82 80 0 0.32 0.34 0.53 2.93 0.2 0.39
Hex 79 52 50 0 20 22 35 3 14 27
Octal 171 122 120 0 40 42 65 3 24 47
Binary 1111001 1010010 1010000 0 100000 100010 110101 11 10100 100111

Color Harmonies of #795250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795250

Black with #795250

Text Example


Text Example

White with #795250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795250; }

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

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

background-color css

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

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

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

border-color css

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

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

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