Html Css Color HEX #70534D Buccaneer

📋 copy color: '#70534D'

red 112 ◦ green 83 ◦ blue 77

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

Shades of Buccaneer #70534D

Tints of Buccaneer #70534D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 41.18%
G = 30.51%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70534D (or 0x70534D) is known color: Buccaneer. HEX triplet: 70, 53 and 4D. RGB value is (112,83,77). Sum of RGB (Red+Green+Blue) = 112+83+77=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70534D is #8FACB2. Grayscale: #5B5B5B. Windows color (decimal): -9415859 or 5067632. OLE color: 5067632.

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

Color convert

RGB 112 83 77 -
CMYK 0 0.26 0.31 0.56
HSL 10.29º 0.19% 0.37% -
HSV(B) 10.29º 0.31% 0.44% -
XYZ 11.11 10.17 8.4 -
YUV 90.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 112 83 77 0 0.26 0.31 0.56 10.29 0.19 0.37
Hex 70 53 4D 0 1A 1F 38 A 13 25
Octal 160 123 115 0 32 37 70 12 23 45
Binary 1110000 1010011 1001101 0 11010 11111 111000 1010 10011 100101

Color Harmonies of #70534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70534D

Black with #70534D

Text Example


Text Example

White with #70534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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