Html Css Color HEX #705350 Buccaneer

📋 copy color: '#705350'

red 112 ◦ green 83 ◦ blue 80

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

Shades of Buccaneer #705350

Tints of Buccaneer #705350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 40.73%
G = 30.18%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#705350 (or 0x705350) is known color: Buccaneer. HEX triplet: 70, 53 and 50. RGB value is (112,83,80). Sum of RGB (Red+Green+Blue) = 112+83+80=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #705350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705350 is #8FACAF. Grayscale: #5B5B5B. Windows color (decimal): -9415856 or 5264240. OLE color: 5264240.

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

Color convert

RGB 112 83 80 -
CMYK 0 0.26 0.29 0.56
HSL 5.63º 0.17% 0.38% -
HSV(B) 5.63º 0.29% 0.44% -
XYZ 11.22 10.21 8.97 -
YUV 91.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 112 83 80 0 0.26 0.29 0.56 5.63 0.17 0.38
Hex 70 53 50 0 1A 1D 38 6 11 26
Octal 160 123 120 0 32 35 70 6 21 46
Binary 1110000 1010011 1010000 0 11010 11101 111000 110 10001 100110

Color Harmonies of #705350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705350

Black with #705350

Text Example


Text Example

White with #705350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705350; }

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

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

background-color css

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

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

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

border-color css

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

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

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