#532E16

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

Shades of Brown Bramble #532E16

Tints of Brown Bramble #532E16

Color information

#532E16 (or 0x532E16) is unknown color: approx Brown Bramble. HEX triplet: 53, 2E and 16. RGB value is (83,46,22). Sum of RGB (Red+Green+Blue) = 83+46+22=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E16 is #ACD1E9. Grayscale: #363636. Windows color (decimal): -11325930 or 1453651. OLE color: 1453651.

HSL color Cylindrical-coordinate representation of color #532E16: hue angle of 23.61º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532E16 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB834622-
CMYK00.450.730.67
HSL23.61º58.1%20.59%-
HSV(B)23.61º73.49%32.55%-
XYZ4.693.851.26-
YUV54.33109.76148.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=54.97%
G=30.46%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83462200.450.730.6723.6158.120.59
Hex532E1602D4943183a15
Octal1235626055111103307225
Binary1010011101110101100101101100100110000111100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E16; }

 p { color: rgb(83,46,22); }

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

<style>
 a { background-color: #532E16; }

 a { background-color: rgb(83,46,22); }

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

<style>
 span { border-color: #532E16; }

 span { border-color: rgb(83,46,22); }

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