Html Css Color HEX #735750 Buccaneer

📋 copy color: '#735750'

red 115 ◦ green 87 ◦ blue 80

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

Shades of Buccaneer #735750

Tints of Buccaneer #735750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

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

R = 40.78%
G = 30.85%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#735750 (or 0x735750) is known color: Buccaneer. HEX triplet: 73, 57 and 50. RGB value is (115,87,80). Sum of RGB (Red+Green+Blue) = 115+87+80=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735750 is #8CA8AF. Grayscale: #5E5E5E. Windows color (decimal): -9218224 or 5265267. OLE color: 5265267.

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

Color convert

RGB 115 87 80 -
CMYK 0 0.24 0.30 0.55
HSL 12º 0.18% 0.38% -
HSV(B) 12º 0.3% 0.45% -
XYZ 11.93 11.04 9.09 -
YUV 94.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 115 87 80 0 0.24 0.30 0.55 12 0.18 0.38
Hex 73 57 50 0 18 1E 37 C 12 26
Octal 163 127 120 0 30 36 67 14 22 46
Binary 1110011 1010111 1010000 0 11000 11110 110111 1100 10010 100110

Color Harmonies of #735750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735750

Black with #735750

Text Example


Text Example

White with #735750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735750; }

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

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

background-color css

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

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

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

border-color css

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

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

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