Html Css Color HEX #735554 Buccaneer

📋 copy color: '#735554'

red 115 ◦ green 85 ◦ blue 84

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

Shades of Buccaneer #735554

Tints of Buccaneer #735554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 40.49%
G = 29.93%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#735554 (or 0x735554) is known color: Buccaneer. HEX triplet: 73, 55 and 54. RGB value is (115,85,84). Sum of RGB (Red+Green+Blue) = 115+85+84=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735554 is #8CAAAB. Grayscale: #5D5D5D. Windows color (decimal): -9218732 or 5526899. OLE color: 5526899.

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

Color convert

RGB 115 85 84 -
CMYK 0 0.26 0.27 0.55
HSL 1.94º 0.16% 0.39% -
HSV(B) 1.94º 0.27% 0.45% -
XYZ 11.92 10.78 9.84 -
YUV 93.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 115 85 84 0 0.26 0.27 0.55 1.94 0.16 0.39
Hex 73 55 54 0 1A 1B 37 2 10 27
Octal 163 125 124 0 32 33 67 2 20 47
Binary 1110011 1010101 1010100 0 11010 11011 110111 10 10000 100111

Color Harmonies of #735554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735554

Black with #735554

Text Example


Text Example

White with #735554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735554; }

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

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

background-color css

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

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

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

border-color css

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

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

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