Html Css Color HEX #705450 Buccaneer

📋 copy color: '#705450'

red 112 ◦ green 84 ◦ blue 80

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

Shades of Buccaneer #705450

Tints of Buccaneer #705450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 40.58%
G = 30.43%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#705450 (or 0x705450) is known color: Buccaneer. HEX triplet: 70, 54 and 50. RGB value is (112,84,80). Sum of RGB (Red+Green+Blue) = 112+84+80=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705450 is #8FABAF. Grayscale: #5B5B5B. Windows color (decimal): -9415600 or 5264496. OLE color: 5264496.

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

Color convert

RGB 112 84 80 -
CMYK 0 0.25 0.29 0.56
HSL 7.5º 0.17% 0.38% -
HSV(B) 7.5º 0.29% 0.44% -
XYZ 11.3 10.36 8.99 -
YUV 91.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 112 84 80 0 0.25 0.29 0.56 7.5 0.17 0.38
Hex 70 54 50 0 19 1D 38 8 11 26
Octal 160 124 120 0 31 35 70 10 21 46
Binary 1110000 1010100 1010000 0 11001 11101 111000 1000 10001 100110

Color Harmonies of #705450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705450

Black with #705450

Text Example


Text Example

White with #705450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705450; }

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

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

background-color css

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

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

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

border-color css

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

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

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