#523C2C

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

Shades of Bracken #523C2C

Tints of Bracken #523C2C

Color information

#523C2C (or 0x523C2C) is unknown color: approx Bracken. HEX triplet: 52, 3C and 2C. RGB value is (82,60,44). Sum of RGB (Red+Green+Blue) = 82+60+44=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C2C is #ADC3D3. Grayscale: #404040. Windows color (decimal): -11387860 or 2899026. OLE color: 2899026.

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

Color convert

RGB826044-
CMYK00.270.460.68
HSL25.26º30.16%24.71%-
HSV(B)25.26º46.34%32.16%-
XYZ5.555.213.1-
YUV64.75116.29140.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=44.09%
G=32.26%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82604400.270.460.6825.2630.1624.71
Hex523C2C01B2E44191e19
Octal122745403356104313631
Binary10100101111001011000110111011101000100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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