Html Css Color HEX #70524F Buccaneer

📋 copy color: '#70524F'

red 112 ◦ green 82 ◦ blue 79

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

Shades of Buccaneer #70524F

Tints of Buccaneer #70524F

RGB

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

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

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

R = 41.03%
G = 30.04%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70524F (or 0x70524F) is known color: Buccaneer. HEX triplet: 70, 52 and 4F. RGB value is (112,82,79). Sum of RGB (Red+Green+Blue) = 112+82+79=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70524F is #8FADB0. Grayscale: #5A5A5A. Windows color (decimal): -9416113 or 5198448. OLE color: 5198448.

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

Color convert

RGB 112 82 79 -
CMYK 0 0.27 0.29 0.56
HSL 5.45º 0.17% 0.37% -
HSV(B) 5.45º 0.29% 0.44% -
XYZ 11.11 10.04 8.75 -
YUV 90.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 112 82 79 0 0.27 0.29 0.56 5.45 0.17 0.37
Hex 70 52 4F 0 1B 1D 38 5 11 25
Octal 160 122 117 0 33 35 70 5 21 45
Binary 1110000 1010010 1001111 0 11011 11101 111000 101 10001 100101

Color Harmonies of #70524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70524F

Black with #70524F

Text Example


Text Example

White with #70524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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