#523C2D

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

Shades of Bracken #523C2D

Tints of Bracken #523C2D

Color information

#523C2D (or 0x523C2D) is unknown color: approx Bracken. HEX triplet: 52, 3C and 2D. RGB value is (82,60,45). Sum of RGB (Red+Green+Blue) = 82+60+45=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C2D is #ADC3D2. Grayscale: #404040. Windows color (decimal): -11387859 or 2964562. OLE color: 2964562.

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

Color convert

RGB826045-
CMYK00.270.450.68
HSL24.32º29.13%24.9%-
HSV(B)24.32º45.12%32.16%-
XYZ5.575.223.2-
YUV64.87116.79140.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=43.85%
G=32.09%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82604500.270.450.6824.3229.1324.9
Hex523C2D01B2D44181d19
Octal122745503355104303531
Binary10100101111001011010110111011011000100110001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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