Html Css Color HEX #735854 Buccaneer

📋 copy color: '#735854'

red 115 ◦ green 88 ◦ blue 84

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

Shades of Buccaneer #735854

Tints of Buccaneer #735854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 84 (33.2% from 255) = 29.27%

R = 40.07%
G = 30.66%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#735854 (or 0x735854) is known color: Buccaneer. HEX triplet: 73, 58 and 54. RGB value is (115,88,84). Sum of RGB (Red+Green+Blue) = 115+88+84=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #735854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735854 is #8CA7AB. Grayscale: #5F5F5F. Windows color (decimal): -9217964 or 5527667. OLE color: 5527667.

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

Color convert

RGB 115 88 84 -
CMYK 0 0.23 0.27 0.55
HSL 7.74º 0.16% 0.39% -
HSV(B) 7.74º 0.27% 0.45% -
XYZ 12.16 11.26 9.92 -
YUV 95.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 115 88 84 0 0.23 0.27 0.55 7.74 0.16 0.39
Hex 73 58 54 0 17 1B 37 8 10 27
Octal 163 130 124 0 27 33 67 10 20 47
Binary 1110011 1011000 1010100 0 10111 11011 110111 1000 10000 100111

Color Harmonies of #735854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735854

Black with #735854

Text Example


Text Example

White with #735854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735854; }

 p { color: rgb(115,88,84); }

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

background-color css

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

 a { background-color: rgb(115,88,84); }

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

border-color css

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

 span { border-color: rgb(115,88,84); }

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