#532E17

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

Shades of Brown Bramble #532E17

Tints of Brown Bramble #532E17

Color information

#532E17 (or 0x532E17) is unknown color: approx Brown Bramble. HEX triplet: 53, 2E and 17. RGB value is (83,46,23). Sum of RGB (Red+Green+Blue) = 83+46+23=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532E17 is #ACD1E8. Grayscale: #363636. Windows color (decimal): -11325929 or 1519187. OLE color: 1519187.

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

Color convert

RGB834623-
CMYK00.450.720.67
HSL23º56.6%20.78%-
HSV(B)23º72.29%32.55%-
XYZ4.73.851.31-
YUV54.44110.26148.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=54.61%
G=30.26%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83462300.450.720.672356.620.78
Hex532E1702D4843173915
Octal1235627055110103277125
Binary1010011101110101110101101100100010000111011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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