#52311D

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

Shades of Brown Bramble #52311D

Tints of Brown Bramble #52311D

Color information

#52311D (or 0x52311D) is unknown color: approx Brown Bramble. HEX triplet: 52, 31 and 1D. RGB value is (82,49,29). Sum of RGB (Red+Green+Blue) = 82+49+29=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52311D is #ADCEE2. Grayscale: #383838. Windows color (decimal): -11390691 or 1913170. OLE color: 1913170.

HSL color Cylindrical-coordinate representation of color #52311D: hue angle of 22.64º 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 #52311D is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB824929-
CMYK00.400.650.68
HSL22.64º47.75%21.76%-
HSV(B)22.64º64.63%32.16%-
XYZ4.84.081.7-
YUV56.59112.43146.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=51.25%
G=30.62%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82492900.400.650.6822.6447.7521.76
Hex52311D0284144173016
Octal1226135050101104276026
Binary1010010110001111010101000100000110001001011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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