Html Css Color HEX #705955 Buccaneer

📋 copy color: '#705955'

red 112 ◦ green 89 ◦ blue 85

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

Shades of Buccaneer #705955

Tints of Buccaneer #705955

RGB

 RED value IS 112 (44.14% from 255) = 39.16%

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

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

R = 39.16%
G = 31.12%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#705955 (or 0x705955) is known color: Buccaneer. HEX triplet: 70, 59 and 55. RGB value is (112,89,85). Sum of RGB (Red+Green+Blue) = 112+89+85=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #705955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705955 is #8FA6AA. Grayscale: #5F5F5F. Windows color (decimal): -9414315 or 5593456. OLE color: 5593456.

HSL color Cylindrical-coordinate representation of color #705955: hue angle of 8.89º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705955 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 85 -
CMYK 0 0.21 0.24 0.56
HSL 8.89º 0.14% 0.39% -
HSV(B) 8.89º 0.24% 0.44% -
XYZ 11.89 11.25 10.14 -
YUV 95.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 112 89 85 0 0.21 0.24 0.56 8.89 0.14 0.39
Hex 70 59 55 0 15 18 38 9 E 27
Octal 160 131 125 0 25 30 70 11 16 47
Binary 1110000 1011001 1010101 0 10101 11000 111000 1001 1110 100111

Color Harmonies of #705955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705955

Black with #705955

Text Example


Text Example

White with #705955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705955; }

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

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

background-color css

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

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

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

border-color css

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

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

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