Html Css Color HEX #735953 Buccaneer

📋 copy color: '#735953'

red 115 ◦ green 89 ◦ blue 83

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

Shades of Buccaneer #735953

Tints of Buccaneer #735953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.92%

R = 40.07%
G = 31.01%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#735953 (or 0x735953) is known color: Buccaneer. HEX triplet: 73, 59 and 53. RGB value is (115,89,83). Sum of RGB (Red+Green+Blue) = 115+89+83=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #735953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735953 is #8CA6AC. Grayscale: #606060. Windows color (decimal): -9217709 or 5462387. OLE color: 5462387.

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

Color convert

RGB 115 89 83 -
CMYK 0 0.23 0.28 0.55
HSL 11.25º 0.16% 0.39% -
HSV(B) 11.25º 0.28% 0.45% -
XYZ 12.2 11.41 9.74 -
YUV 96.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 115 89 83 0 0.23 0.28 0.55 11.25 0.16 0.39
Hex 73 59 53 0 17 1C 37 B 10 27
Octal 163 131 123 0 27 34 67 13 20 47
Binary 1110011 1011001 1010011 0 10111 11100 110111 1011 10000 100111

Color Harmonies of #735953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735953

Black with #735953

Text Example


Text Example

White with #735953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735953; }

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

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

background-color css

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

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

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

border-color css

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

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

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