Html Css Color HEX #735150 Buccaneer

📋 copy color: '#735150'

red 115 ◦ green 81 ◦ blue 80

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

Shades of Buccaneer #735150

Tints of Buccaneer #735150

RGB

 RED value IS 115 (45.31% from 255) = 41.67%

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 41.67%
G = 29.35%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#735150 (or 0x735150) is known color: Buccaneer. HEX triplet: 73, 51 and 50. RGB value is (115,81,80). Sum of RGB (Red+Green+Blue) = 115+81+80=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #735150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735150 is #8CAEAF. Grayscale: #5B5B5B. Windows color (decimal): -9219760 or 5263731. OLE color: 5263731.

HSL color Cylindrical-coordinate representation of color #735150: hue angle of 1.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735150 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 81 80 -
CMYK 0 0.30 0.30 0.55
HSL 1.71º 0.18% 0.38% -
HSV(B) 1.71º 0.3% 0.45% -
XYZ 11.46 10.11 8.94 -
YUV 91.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 115 81 80 0 0.30 0.30 0.55 1.71 0.18 0.38
Hex 73 51 50 0 1E 1E 37 2 12 26
Octal 163 121 120 0 36 36 67 2 22 46
Binary 1110011 1010001 1010000 0 11110 11110 110111 10 10010 100110

Color Harmonies of #735150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735150

Black with #735150

Text Example


Text Example

White with #735150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735150; }

 p { color: rgb(115,81,80); }

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

background-color css

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

 a { background-color: rgb(115,81,80); }

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

border-color css

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

 span { border-color: rgb(115,81,80); }

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