#523A2C

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

Shades of Bracken #523A2C

Tints of Bracken #523A2C

Color information

#523A2C (or 0x523A2C) is unknown color: approx Bracken. HEX triplet: 52, 3A and 2C. RGB value is (82,58,44). Sum of RGB (Red+Green+Blue) = 82+58+44=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #523A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A2C is #ADC5D3. Grayscale: #3F3F3F. Windows color (decimal): -11388372 or 2898514. OLE color: 2898514.

HSL color Cylindrical-coordinate representation of color #523A2C: hue angle of 22.11º 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 #523A2C is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB825844-
CMYK00.290.460.68
HSL22.11º30.16%24.71%-
HSV(B)22.11º46.34%32.16%-
XYZ5.4553.06-
YUV63.58116.95141.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.57%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=44.57%
G=31.52%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82584400.290.460.6822.1130.1624.71
Hex523A2C01D2E44161e19
Octal122725403556104263631
Binary10100101110101011000111011011101000100101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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