#52361B

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

Shades of Brown Bramble #52361B

Tints of Brown Bramble #52361B

Color information

#52361B (or 0x52361B) is unknown color: approx Brown Bramble. HEX triplet: 52, 36 and 1B. RGB value is (82,54,27). Sum of RGB (Red+Green+Blue) = 82+54+27=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52361B is #ADC9E4. Grayscale: #3B3B3B. Windows color (decimal): -11389413 or 1783378. OLE color: 1783378.

HSL color Cylindrical-coordinate representation of color #52361B: hue angle of 29.45º 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 #52361B is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB825427-
CMYK00.340.670.68
HSL29.45º50.46%21.37%-
HSV(B)29.45º67.07%32.16%-
XYZ54.511.64-
YUV59.29109.78144.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.31%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=50.31%
G=33.13%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82542700.340.670.6829.4550.4621.37
Hex52361B02243441d3215
Octal1226633042103104356225
Binary1010010110110110110100010100001110001001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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