#52371C

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

Shades of Brown Bramble #52371C

Tints of Brown Bramble #52371C

Color information

#52371C (or 0x52371C) is unknown color: approx Brown Bramble. HEX triplet: 52, 37 and 1C. RGB value is (82,55,28). Sum of RGB (Red+Green+Blue) = 82+55+28=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52371C is #ADC8E3. Grayscale: #3C3C3C. Windows color (decimal): -11389156 or 1849170. OLE color: 1849170.

HSL color Cylindrical-coordinate representation of color #52371C: hue angle of 30º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52371C is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB825528-
CMYK00.330.660.68
HSL30º49.09%21.57%-
HSV(B)30º65.85%32.16%-
XYZ5.064.611.72-
YUV60109.95143.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=49.70%
G=33.33%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82552800.330.660.683049.0921.57
Hex52371C02142441e3116
Octal1226734041102104366126
Binary1010010110111111000100001100001010001001111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52371C; }

 p { color: rgb(82,55,28); }

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

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

 a { background-color: rgb(82,55,28); }

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

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

 span { border-color: rgb(82,55,28); }

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