#52321A

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

Shades of Brown Bramble #52321A

Tints of Brown Bramble #52321A

Color information

#52321A (or 0x52321A) is unknown color: approx Brown Bramble. HEX triplet: 52, 32 and 1A. RGB value is (82,50,26). Sum of RGB (Red+Green+Blue) = 82+50+26=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #52321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52321A is #ADCDE5. Grayscale: #383838. Windows color (decimal): -11390438 or 1716818. OLE color: 1716818.

HSL color Cylindrical-coordinate representation of color #52321A: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52321A is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB825026-
CMYK00.390.680.68
HSL25.71º51.85%21.18%-
HSV(B)25.71º68.29%32.16%-
XYZ4.814.151.52-
YUV56.83110.6145.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.90%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=51.90%
G=31.65%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82502600.390.680.6825.7151.8521.18
Hex52321A02744441a3415
Octal1226232047104104326425
Binary1010010110010110100100111100010010001001101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52321A; }

 p { color: rgb(82,50,26); }

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

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

 a { background-color: rgb(82,50,26); }

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

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

 span { border-color: rgb(82,50,26); }

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