Html Css Color HEX #735351 Buccaneer

📋 copy color: '#735351'

red 115 ◦ green 83 ◦ blue 81

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

Shades of Buccaneer #735351

Tints of Buccaneer #735351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.03%

R = 41.22%
G = 29.75%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#735351 (or 0x735351) is known color: Buccaneer. HEX triplet: 73, 53 and 51. RGB value is (115,83,81). Sum of RGB (Red+Green+Blue) = 115+83+81=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #735351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735351 is #8CACAE. Grayscale: #5C5C5C. Windows color (decimal): -9219247 or 5329779. OLE color: 5329779.

HSL color Cylindrical-coordinate representation of color #735351: hue angle of 3.53º degrees, saturation: 0.17, 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 #735351 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 81 -
CMYK 0 0.28 0.30 0.55
HSL 3.53º 0.17% 0.38% -
HSV(B) 3.53º 0.3% 0.45% -
XYZ 11.65 10.43 9.18 -
YUV 92.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 115 83 81 0 0.28 0.30 0.55 3.53 0.17 0.38
Hex 73 53 51 0 1C 1E 37 4 11 26
Octal 163 123 121 0 34 36 67 4 21 46
Binary 1110011 1010011 1010001 0 11100 11110 110111 100 10001 100110

Color Harmonies of #735351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735351

Black with #735351

Text Example


Text Example

White with #735351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735351; }

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

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

background-color css

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

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

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

border-color css

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

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

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