#52351E

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

Shades of Brown Bramble #52351E

Tints of Brown Bramble #52351E

Color information

#52351E (or 0x52351E) is unknown color: approx Brown Bramble. HEX triplet: 52, 35 and 1E. RGB value is (82,53,30). Sum of RGB (Red+Green+Blue) = 82+53+30=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52351E is #ADCAE1. Grayscale: #3B3B3B. Windows color (decimal): -11389666 or 1979730. OLE color: 1979730.

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

Color convert

RGB825330-
CMYK00.350.630.68
HSL26.54º46.43%21.96%-
HSV(B)26.54º63.41%32.16%-
XYZ4.994.431.82-
YUV59.05111.61144.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=49.70%
G=32.12%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82533000.350.630.6826.5446.4321.96
Hex52351E0233F441b2e16
Octal122653604377104335626
Binary101001011010111110010001111111110001001101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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