Html Css Color HEX #70534F Buccaneer

📋 copy color: '#70534F'

red 112 ◦ green 83 ◦ blue 79

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

Shades of Buccaneer #70534F

Tints of Buccaneer #70534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 40.88%
G = 30.29%
B = 28.83%

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

#70534F (or 0x70534F) is known color: Buccaneer. HEX triplet: 70, 53 and 4F. RGB value is (112,83,79). Sum of RGB (Red+Green+Blue) = 112+83+79=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70534F is #8FACB0. Grayscale: #5B5B5B. Windows color (decimal): -9415857 or 5198704. OLE color: 5198704.

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

Color convert

RGB 112 83 79 -
CMYK 0 0.26 0.29 0.56
HSL 7.27º 0.17% 0.37% -
HSV(B) 7.27º 0.29% 0.44% -
XYZ 11.19 10.2 8.78 -
YUV 91.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 112 83 79 0 0.26 0.29 0.56 7.27 0.17 0.37
Hex 70 53 4F 0 1A 1D 38 7 11 25
Octal 160 123 117 0 32 35 70 7 21 45
Binary 1110000 1010011 1001111 0 11010 11101 111000 111 10001 100101

Color Harmonies of #70534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70534F

Black with #70534F

Text Example


Text Example

White with #70534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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