#523421

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

Shades of Brown Bramble #523421

Tints of Brown Bramble #523421

Color information

#523421 (or 0x523421) is unknown color: approx Brown Bramble. HEX triplet: 52, 34 and 21. RGB value is (82,52,33). Sum of RGB (Red+Green+Blue) = 82+52+33=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #523421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523421 is #ADCBDE. Grayscale: #3A3A3A. Windows color (decimal): -11389919 or 2176082. OLE color: 2176082.

HSL color Cylindrical-coordinate representation of color #523421: hue angle of 23.27º 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 #523421 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB825233-
CMYK00.370.600.68
HSL23.27º42.61%22.55%-
HSV(B)23.27º59.76%32.16%-
XYZ4.984.362.02-
YUV58.8113.44144.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 33 (13.28% from 255) = 19.76%
R=49.10%
G=31.14%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82523300.370.600.6823.2742.6122.55
Hex5234210253C44172b17
Octal122644104574104275327
Binary1010010110100100001010010111110010001001011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523421; }

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

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

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

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

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

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

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

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