Html Css Color HEX #705252 Buccaneer

📋 copy color: '#705252'

red 112 ◦ green 82 ◦ blue 82

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

Shades of Buccaneer #705252

Tints of Buccaneer #705252

RGB

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

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

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

R = 40.58%
G = 29.71%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#705252 (or 0x705252) is known color: Buccaneer. HEX triplet: 70, 52 and 52. RGB value is (112,82,82). Sum of RGB (Red+Green+Blue) = 112+82+82=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #705252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705252 is #8FADAD. Grayscale: #5A5A5A. Windows color (decimal): -9416110 or 5395056. OLE color: 5395056.

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

Color convert

RGB 112 82 82 -
CMYK 0 0.27 0.27 0.56
HSL 0.15% 0.38% -
HSV(B) 0.27% 0.44% -
XYZ 11.22 10.09 9.34 -
YUV 90.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 112 82 82 0 0.27 0.27 0.56 0 0.15 0.38
Hex 70 52 52 0 1B 1B 38 0 F 26
Octal 160 122 122 0 33 33 70 0 17 46
Binary 1110000 1010010 1010010 0 11011 11011 111000 0 1111 100110

Color Harmonies of #705252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705252

Black with #705252

Text Example


Text Example

White with #705252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705252; }

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

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

background-color css

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

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

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

border-color css

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

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

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