Html Css Color HEX #705251 Buccaneer

📋 copy color: '#705251'

red 112 ◦ green 82 ◦ blue 81

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

Shades of Buccaneer #705251

Tints of Buccaneer #705251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 40.73%
G = 29.82%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#705251 (or 0x705251) is known color: Buccaneer. HEX triplet: 70, 52 and 51. RGB value is (112,82,81). Sum of RGB (Red+Green+Blue) = 112+82+81=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #705251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705251 is #8FADAE. Grayscale: #5A5A5A. Windows color (decimal): -9416111 or 5329520. OLE color: 5329520.

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

Color convert

RGB 112 82 81 -
CMYK 0 0.27 0.28 0.56
HSL 1.94º 0.16% 0.38% -
HSV(B) 1.94º 0.28% 0.44% -
XYZ 11.18 10.07 9.14 -
YUV 90.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 112 82 81 0 0.27 0.28 0.56 1.94 0.16 0.38
Hex 70 52 51 0 1B 1C 38 2 10 26
Octal 160 122 121 0 33 34 70 2 20 46
Binary 1110000 1010010 1010001 0 11011 11100 111000 10 10000 100110

Color Harmonies of #705251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705251

Black with #705251

Text Example


Text Example

White with #705251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705251; }

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

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

background-color css

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

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

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

border-color css

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

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

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