#52351D

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

Shades of Brown Bramble #52351D

Tints of Brown Bramble #52351D

Color information

#52351D (or 0x52351D) is unknown color: approx Brown Bramble. HEX triplet: 52, 35 and 1D. RGB value is (82,53,29). Sum of RGB (Red+Green+Blue) = 82+53+29=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52351D is #ADCAE2. Grayscale: #3B3B3B. Windows color (decimal): -11389667 or 1914194. OLE color: 1914194.

HSL color Cylindrical-coordinate representation of color #52351D: hue angle of 27.17º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52351D is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB825329-
CMYK00.350.650.68
HSL27.17º47.75%21.76%-
HSV(B)27.17º64.63%32.16%-
XYZ4.974.431.76-
YUV58.93111.11144.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=50%
G=32.32%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82532900.350.650.6827.1747.7521.76
Hex52351D02341441b3016
Octal1226535043101104336026
Binary1010010110101111010100011100000110001001101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52351D; }

 p { color: rgb(82,53,29); }

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

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

 a { background-color: rgb(82,53,29); }

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

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

 span { border-color: rgb(82,53,29); }

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