#635252

Color #635252 Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #635252

Tints of Buccaneer #635252

Color information

#635252 (or 0x635252) is unknown color: approx Buccaneer. HEX triplet: 63, 52 and 52. RGB value is (99,82,82). Sum of RGB (Red+Green+Blue) = 99+82+82=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #635252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635252 is #9CADAD. Grayscale: #575757. Windows color (decimal): -10268078 or 5395043. OLE color: 5395043.

HSL color Cylindrical-coordinate representation of color #635252: hue angle of 0º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #635252 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB998282-
CMYK00.170.170.61
HSL9.39%35.49%-
HSV(B)17.17%38.82%-
XYZ9.699.39.27-
YUV87.08125.13136.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=37.64%
G=31.18%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99828200.170.170.6109.3935.49
Hex635252011113D0923
Octal143122122021217501143
Binary1100011101001010100100100011000111110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635252; }

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

 H1.HeaderClassName
 {
   color: #635252;
 }
 .AnyTagClassName
 {
   color: #635252;
 }
</style>
background-color css

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

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

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

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

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

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