#523A21

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

Shades of Brown Bramble #523A21

Tints of Brown Bramble #523A21

Color information

#523A21 (or 0x523A21) is unknown color: approx Brown Bramble. HEX triplet: 52, 3A and 21. RGB value is (82,58,33). Sum of RGB (Red+Green+Blue) = 82+58+33=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #523A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A21 is #ADC5DE. Grayscale: #3E3E3E. Windows color (decimal): -11388383 or 2177618. OLE color: 2177618.

HSL color Cylindrical-coordinate representation of color #523A21: hue angle of 30.61º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523A21 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB825833-
CMYK00.290.600.68
HSL30.61º42.61%22.55%-
HSV(B)30.61º59.76%32.16%-
XYZ5.274.932.11-
YUV62.33111.45142.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.40%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=47.40%
G=33.53%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82583300.290.600.6830.6142.6122.55
Hex523A2101D3C441f2b17
Octal122724103574104375327
Binary101001011101010000101110111110010001001111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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