#52391B

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

Shades of Brown Bramble #52391B

Tints of Brown Bramble #52391B

Color information

#52391B (or 0x52391B) is unknown color: approx Brown Bramble. HEX triplet: 52, 39 and 1B. RGB value is (82,57,27). Sum of RGB (Red+Green+Blue) = 82+57+27=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52391B is #ADC6E4. Grayscale: #3D3D3D. Windows color (decimal): -11388645 or 1784146. OLE color: 1784146.

HSL color Cylindrical-coordinate representation of color #52391B: hue angle of 32.73º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52391B is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB825727-
CMYK00.300.670.68
HSL32.73º50.46%21.37%-
HSV(B)32.73º67.07%32.16%-
XYZ5.144.81.69-
YUV61.06108.78142.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=49.40%
G=34.34%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82572700.300.670.6832.7350.4621.37
Hex52391B01E4344213215
Octal1227133036103104416225
Binary1010010111001110110111101000011100010010000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52391B; }

 p { color: rgb(82,57,27); }

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

<style>
 a { background-color: #52391B; }

 a { background-color: rgb(82,57,27); }

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

<style>
 span { border-color: #52391B; }

 span { border-color: rgb(82,57,27); }

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