#523B2C

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

Shades of Bracken #523B2C

Tints of Bracken #523B2C

Color information

#523B2C (or 0x523B2C) is unknown color: approx Bracken. HEX triplet: 52, 3B and 2C. RGB value is (82,59,44). Sum of RGB (Red+Green+Blue) = 82+59+44=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #523B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B2C is #ADC4D3. Grayscale: #404040. Windows color (decimal): -11388116 or 2898770. OLE color: 2898770.

HSL color Cylindrical-coordinate representation of color #523B2C: hue angle of 23.68º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #523B2C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB825944-
CMYK00.280.460.68
HSL23.68º30.16%24.71%-
HSV(B)23.68º46.34%32.16%-
XYZ5.55.13.08-
YUV64.17116.62140.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=44.32%
G=31.89%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82594400.280.460.6823.6830.1624.71
Hex523B2C01C2E44181e19
Octal122735403456104303631
Binary10100101110111011000111001011101000100110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523B2C; }

 p { color: rgb(82,59,44); }

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

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

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

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

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

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

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