Html Css Color HEX #705551 Buccaneer

📋 copy color: '#705551'

red 112 ◦ green 85 ◦ blue 81

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

Shades of Buccaneer #705551

Tints of Buccaneer #705551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 40.29%
G = 30.58%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#705551 (or 0x705551) is known color: Buccaneer. HEX triplet: 70, 55 and 51. RGB value is (112,85,81). Sum of RGB (Red+Green+Blue) = 112+85+81=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #705551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705551 is #8FAAAE. Grayscale: #5C5C5C. Windows color (decimal): -9415343 or 5330288. OLE color: 5330288.

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

Color convert

RGB 112 85 81 -
CMYK 0 0.24 0.28 0.56
HSL 7.74º 0.16% 0.38% -
HSV(B) 7.74º 0.28% 0.44% -
XYZ 11.42 10.54 9.22 -
YUV 92.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 112 85 81 0 0.24 0.28 0.56 7.74 0.16 0.38
Hex 70 55 51 0 18 1C 38 8 10 26
Octal 160 125 121 0 30 34 70 10 20 46
Binary 1110000 1010101 1010001 0 11000 11100 111000 1000 10000 100110

Color Harmonies of #705551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705551

Black with #705551

Text Example


Text Example

White with #705551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705551; }

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

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

background-color css

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

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

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

border-color css

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

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

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