Html Css Color HEX #705451 Buccaneer

📋 copy color: '#705451'

red 112 ◦ green 84 ◦ blue 81

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

Shades of Buccaneer #705451

Tints of Buccaneer #705451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

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

R = 40.43%
G = 30.32%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#705451 (or 0x705451) is known color: Buccaneer. HEX triplet: 70, 54 and 51. RGB value is (112,84,81). Sum of RGB (Red+Green+Blue) = 112+84+81=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705451 is #8FABAE. Grayscale: #5C5C5C. Windows color (decimal): -9415599 or 5330032. OLE color: 5330032.

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

Color convert

RGB 112 84 81 -
CMYK 0 0.25 0.28 0.56
HSL 5.81º 0.16% 0.38% -
HSV(B) 5.81º 0.28% 0.44% -
XYZ 11.34 10.38 9.19 -
YUV 92.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 112 84 81 0 0.25 0.28 0.56 5.81 0.16 0.38
Hex 70 54 51 0 19 1C 38 6 10 26
Octal 160 124 121 0 31 34 70 6 20 46
Binary 1110000 1010100 1010001 0 11001 11100 111000 110 10000 100110

Color Harmonies of #705451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705451

Black with #705451

Text Example


Text Example

White with #705451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705451; }

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

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

background-color css

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

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

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

border-color css

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

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

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