Html Css Color HEX #705352 Buccaneer

📋 copy color: '#705352'

red 112 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #705352

Tints of Buccaneer #705352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 40.43%
G = 29.96%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#705352 (or 0x705352) is known color: Buccaneer. HEX triplet: 70, 53 and 52. RGB value is (112,83,82). Sum of RGB (Red+Green+Blue) = 112+83+82=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #705352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705352 is #8FACAD. Grayscale: #5B5B5B. Windows color (decimal): -9415854 or 5395312. OLE color: 5395312.

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

Color convert

RGB 112 83 82 -
CMYK 0 0.26 0.27 0.56
HSL 0.15% 0.38% -
HSV(B) 0.27% 0.44% -
XYZ 11.3 10.24 9.36 -
YUV 91.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 112 83 82 0 0.26 0.27 0.56 2 0.15 0.38
Hex 70 53 52 0 1A 1B 38 2 F 26
Octal 160 123 122 0 32 33 70 2 17 46
Binary 1110000 1010011 1010010 0 11010 11011 111000 10 1111 100110

Color Harmonies of #705352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705352

Black with #705352

Text Example


Text Example

White with #705352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705352; }

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

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

background-color css

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

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

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

border-color css

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

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

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