Html Css Color HEX #735955 Buccaneer

📋 copy color: '#735955'

red 115 ◦ green 89 ◦ blue 85

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

Shades of Buccaneer #735955

Tints of Buccaneer #735955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 39.79%
G = 30.8%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#735955 (or 0x735955) is known color: Buccaneer. HEX triplet: 73, 59 and 55. RGB value is (115,89,85). Sum of RGB (Red+Green+Blue) = 115+89+85=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 115 - color contains mainly: red. Hex color #735955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735955 is #8CA6AA. Grayscale: #606060. Windows color (decimal): -9217707 or 5593459. OLE color: 5593459.

HSL color Cylindrical-coordinate representation of color #735955: hue angle of 8º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735955 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 89 85 -
CMYK 0 0.23 0.26 0.55
HSL 0.15% 0.39% -
HSV(B) 0.26% 0.45% -
XYZ 12.28 11.45 10.16 -
YUV 96.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 115 89 85 0 0.23 0.26 0.55 8 0.15 0.39
Hex 73 59 55 0 17 1A 37 8 F 27
Octal 163 131 125 0 27 32 67 10 17 47
Binary 1110011 1011001 1010101 0 10111 11010 110111 1000 1111 100111

Color Harmonies of #735955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735955

Black with #735955

Text Example


Text Example

White with #735955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735955; }

 p { color: rgb(115,89,85); }

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

background-color css

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

 a { background-color: rgb(115,89,85); }

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

border-color css

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

 span { border-color: rgb(115,89,85); }

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