#524645

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

Shades of Woody Brown #524645

Tints of Woody Brown #524645

Color information

#524645 (or 0x524645) is unknown color: approx Woody Brown. HEX triplet: 52, 46 and 45. RGB value is (82,70,69). Sum of RGB (Red+Green+Blue) = 82+70+69=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524645 is #ADB9BA. Grayscale: #494949. Windows color (decimal): -11385275 or 4539986. OLE color: 4539986.

HSL color Cylindrical-coordinate representation of color #524645: hue angle of 4.62º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #524645 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB827069-
CMYK00.150.160.68
HSL4.62º8.61%29.61%-
HSV(B)4.62º15.85%32.16%-
XYZ6.746.66.55-
YUV73.47125.48134.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=37.10%
G=31.67%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82706900.150.160.684.628.6129.61
Hex5246450F1044591e
Octal1221061050172010451136
Binary10100101000110100010101111100001000100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524645; }

 p { color: rgb(82,70,69); }

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

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

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

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

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

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

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