#532E15

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

Shades of Brown Bramble #532E15

Tints of Brown Bramble #532E15

Color information

#532E15 (or 0x532E15) is unknown color: approx Brown Bramble. HEX triplet: 53, 2E and 15. RGB value is (83,46,21). Sum of RGB (Red+Green+Blue) = 83+46+21=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #532E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E15 is #ACD1EA. Grayscale: #363636. Windows color (decimal): -11325931 or 1388115. OLE color: 1388115.

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

Color convert

RGB834621-
CMYK00.450.750.67
HSL24.19º59.62%20.39%-
HSV(B)24.19º74.7%32.55%-
XYZ4.683.851.21-
YUV54.21109.26148.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 21 (8.59% from 255) = 14%
R=55.33%
G=30.67%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83462100.450.750.6724.1959.6220.39
Hex532E1502D4B43183c14
Octal1235625055113103307424
Binary1010011101110101010101101100101110000111100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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