Html Css Color HEX #735A55 Buccaneer

📋 copy color: '#735A55'

red 115 ◦ green 90 ◦ blue 85

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

Shades of Buccaneer #735A55

Tints of Buccaneer #735A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

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

R = 39.66%
G = 31.03%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#735A55 (or 0x735A55) is known color: Buccaneer. HEX triplet: 73, 5A and 55. RGB value is (115,90,85). Sum of RGB (Red+Green+Blue) = 115+90+85=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #735A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A55 is #8CA5AA. Grayscale: #606060. Windows color (decimal): -9217451 or 5593715. OLE color: 5593715.

HSL color Cylindrical-coordinate representation of color #735A55: hue angle of 10º 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 #735A55 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 90 85 -
CMYK 0 0.22 0.26 0.55
HSL 10º 0.15% 0.39% -
HSV(B) 10º 0.26% 0.45% -
XYZ 12.37 11.61 10.18 -
YUV 96.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 115 90 85 0 0.22 0.26 0.55 10 0.15 0.39
Hex 73 5A 55 0 16 1A 37 A F 27
Octal 163 132 125 0 26 32 67 12 17 47
Binary 1110011 1011010 1010101 0 10110 11010 110111 1010 1111 100111

Color Harmonies of #735A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A55

Black with #735A55

Text Example


Text Example

White with #735A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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